Commit Graph

1054 Commits (9f972995bd1d5ac98ff5e4f2912d95fffa3972e8)
 

Author SHA1 Message Date
Michael Bridgen cafce536bb Rename asRuntime* -> asClient*
For the avoidance of misdirection.

Signed-off-by: Michael Bridgen <michael@weave.works>
4 years ago
Michael Bridgen d03280a12f Update to controller-runtime 0.7.0
controller-runtime methods now accept `client.Object` and
`client.ObjectList` rather than `runtime.Object`. This means the
adapter interfaces need to change signature, but happily, little else.

Since the list adapter is now distinct to the object adapter, `len()`
can go there instead of the command-specific interfaces.

Signed-off-by: Michael Bridgen <michael@weave.works>
4 years ago
Stefan Prodan b30ef523f8
Merge pull request #688 from SomtochiAma/gcp-docs
Add GCR auth to image update guide
4 years ago
Somtochi Onyekwere a6a303629a Add doc for authenticating gcr
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Stefan Prodan 61e79ef793
Merge pull request #694 from fluxcd/fix-hr-docs
Remove deprecated source behaviour
4 years ago
Stefan Prodan f632abd8fa
Remove deprecated source behaviour
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Philip Laine c3911fe490
Merge pull request #668 from fluxcd/update/commit-status-guide
Update commit status notification guide
4 years ago
Philip Laine 505701e1c6 Fix cluster path in examples
Signed-off-by: Philip Laine <philip.laine@gmail.com>
4 years ago
Philip Laine 67643e7487 Minimize deployment yaml
Signed-off-by: Philip Laine <philip.laine@gmail.com>
4 years ago
Philip Laine a962c17adb Add gitlab screenshots
Signed-off-by: Philip Laine <philip.laine@gmail.com>
4 years ago
Philip Laine 479b4b5859 Update commit status notification guide
Signed-off-by: Philip Laine <philip.laine@gmail.com>
4 years ago
Hidde Beydals 57f8cf85ca
Merge pull request #687 from Kissy/main
docs: update sealed-secrets chart URL
4 years ago
Guillaume Le Biller dd2c20b225
Update sealed-secrets chart URL
Signed-off-by: Guillaume Le Biller <glebiller@Traveldoo.com>
4 years ago
Stefan Prodan 9da427a515
Merge pull request #682 from SomtochiAma/multiple-config-files
Check for multiple files in KUBECONFIG variable
4 years ago
Somtochi Onyekwere 604773e866 check for multiple files in KUBECONFIG variable
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Hidde Beydals 1331f5260a
Merge pull request #683 from fluxcd/fix-azure-url
Fix Azure DevOps URL in docs
4 years ago
Stefan Prodan 65d0f3569c
Fix Azure DevOps URL in docs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan ba522877ec
Merge pull request #681 from SomtochiAma/gitlab-path
Fix GitLab bootstrap when used with sub-groups
4 years ago
Somtochi Onyekwere 4b63ccf140 Update fluxcd/pkg/git
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Somtochi Onyekwere 4fcf93306a Gets actual path for owner
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Hidde Beydals 96d8ec2016
Merge pull request #679 from staceypotter/patch-4
Added Jan 25 Meetup to Upcoming Events section
4 years ago
Stacey Potter 3697a5e348
Added Jan 25 Meetup to Upcoming Events section
Signed-off-by: Stacey Potter <50154848+staceypotter@users.noreply.github.com>
4 years ago
Stefan Prodan 084c587c0e
Merge pull request #675 from fluxcd/docs-fixes
Add generated manifests to get started guide
4 years ago
Stefan Prodan dcb505045e
Add generated manifests to get started guide
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan 0aeb3128ed
Fix semver range prerelease examples
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan c61cfcbd18
Merge pull request #608 from SomtochiAma/getting-started-guide
Simplify the getting started guide
4 years ago
Somtochi Onyekwere eba2dd36e0 Update getting started guide
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Stefan Prodan 2a75754561
Merge pull request #673 from fluxcd/doc-signoff
Add DCO signoff ref to contributing doc
4 years ago
Stefan Prodan d03944893d
Add DCO signoff ref to contributing doc
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan 884c6ebd37
Merge pull request #672 from fluxcd/create-secret-helm
Add create secret helm command
4 years ago
Stefan Prodan 331ac3f031
Add create secret helm command
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan ccc84a8367
Merge pull request #671 from SomtochiAma/incorrect-tf-path
Fix manifests path on Windows
4 years ago
Somtochi Onyekwere daeb41c31b Uses path instead of filepath
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Stefan Prodan 17bda9c110
Merge pull request #670 from fluxcd/fix-secret-git
Map ecdsa/ed25519 args to create secret
4 years ago
Stefan Prodan febedaad8f
Map ecdsa/ed25519 args to create secret
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan d1357dff1f
Merge pull request #664 from fluxcd/source-watcher
Update dev guide to point to fluxcd/source-watcher
4 years ago
Stefan Prodan 102552427f
Update dev guide to point to fluxcd/source-watcher
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Michael Bridgen f33898265d
Merge pull request #663 from fluxcd/update-img-roadmap
Cross off tasks in the image automation roadmap
4 years ago
Michael Bridgen 57bdaf939a Cross off tasks in the image automation roadmap
Specifically:
 - integration into `flux` CLI
 - guide to how to use the controllers

Signed-off-by: Michael Bridgen <michael@weave.works>
4 years ago
Stefan Prodan 981fed111b
Merge pull request #660 from SomtochiAma/check-bootstrap-path
Checks if bootstrap path differs
4 years ago
Somtochi Onyekwere 3a4a2002d4 Corrects typo
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Somtochi Onyekwere b8d4af5538 Inform user of path being used
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Somtochi Onyekwere 0646538cef Checks if bootstrap path differs
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Stefan Prodan 70a87247e2
Merge pull request #658 from SomtochiAma/incorrect-windows-file-path
Coverts backward slash to forward slash in path flag
4 years ago
Somtochi Onyekwere 61129c6b6a Coverts backward slash to forward slash in path flag
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Aurel Canciu c158f95130
Merge pull request #657 from fluxcd/image-repo-auth-docs
Add documentation for ECR authentication
4 years ago
Aurel Canciu ad90d37f14
Add documentation for ECR authentication
Document a workaround solution for users to rely on until native image
repository authentication is implemented for supported cloud providers.

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
4 years ago
Stefan Prodan 73ba754481
Merge pull request #656 from pepesenaris/patch-1
Minor fixes to core concepts doc
4 years ago
Jose Javier Señaris 7dcfbdbb29
Minor fixes
Fix small typo.
Added verb to make the intent clear
Added spaces before "(" to match the same pattern used in other parts of the docs

Signed-off-by: Jose Javier Senaris Carballo <pepe.senaris@alayacare.com>
4 years ago
Philip Laine f453507fcc
Merge pull request #654 from fluxcd/update/helm-cloud-storage
Update helm release guide
4 years ago