Commit Graph

2729 Commits (c0aa1b99b570aa69ee8480d53f356b0fdce8d9d8)
 

Author SHA1 Message Date
Scott Rigby f4926d1e45 Operator->Controller
Signed-off-by: Scott Rigby <scott@r6by.com>

Co-authored-by: Stefan Prodan <stefan.prodan@gmail.com>
Scott Rigby 2774c1a5cd Add helm use case intro page
Signed-off-by: Scott Rigby <scott@r6by.com>
Hidde Beydals 8274bc0ea3
Merge pull request from fluxcd/image-update-v1alpha2
Move to `v1alpha2` image update APIs
Stefan Prodan e9531e4d57
Merge pull request from arbourd/values-files
Add `ValuesFiles` documentation
Hidde Beydals 3a8aad7e5c Move to `v1alpha2` image update APIs
Signed-off-by: Hidde Beydals <hello@hidde.co>
Dylan Arbour ef079c5b58 Add `ValuesFiles` documentation
Signed-off-by: Dylan Arbour <arbourd@users.noreply.github.com>
Hidde Beydals 50332aa2ee
Merge pull request from fluxcd/update-components
Update toolkit components
fluxcdbot b47f3a57dc Update toolkit components
- helm-controller to v0.10.0
  https://github.com/fluxcd/helm-controller/blob/v0.10.0/CHANGELOG.md
- kustomize-controller to v0.11.1
  https://github.com/fluxcd/kustomize-controller/blob/v0.11.1/CHANGELOG.md
- source-controller to v0.12.0
  https://github.com/fluxcd/source-controller/blob/v0.12.0/CHANGELOG.md
- notification-controller to v0.13.0
  https://github.com/fluxcd/notification-controller/blob/v0.13.0/CHANGELOG.md
- image-reflector-controller to v0.9.0
  https://github.com/fluxcd/image-reflector-controller/blob/v0.9.0/CHANGELOG.md
- image-automation-controller to v0.9.0
  https://github.com/fluxcd/image-automation-controller/blob/v0.9.0/CHANGELOG.md

Signed-off-by: GitHub <noreply@github.com>
Stefan Prodan 9a928744cc
Merge pull request from SomtochiAma/ssh-key-with-password
Add support for password protected SSH keys to bootstrap
Somtochi Onyekwere 328d403507 Set password in secret
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
Stefan Prodan 76ffd76bd3
Merge pull request from SomtochiAma/get-all-cmd
Add get all command
Somtochi Onyekwere 951589e652 Add get all command
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
Hidde Beydals 7bb0704401
Merge pull request from fluxcd/windows-path-boot-git
Use slash target path in Git bootstrap sync opts
Hidde Beydals 3aa45e72e7 Use slash target path in Git bootstrap sync opts
As otherwise (comparisons to) cluster configuration will fail due to
Separator differences. Was already fixed for provider implementations.

Signed-off-by: Hidde Beydals <hello@hidde.co>
Hidde Beydals 67691e92e3
Merge pull request from fluxcd/boot-drop-org-repo-autoinit
Drop AutoInit from Org repository create
Hidde Beydals 43388ec67b Drop AutoInit from Org repository create
Pushing the first branch is sufficient to set a default, and the
`README.md` (and/or LICENSE) can better be pushed later on so commit
author and templates be configured.

This was already done for User in an earlier patch release.

Signed-off-by: Hidde Beydals <hello@hidde.co>
Stefan Prodan 2fe3934491
Merge pull request from kaizentm/main
Keep network policy order as defined
Eugene f60ba95b4c Keep policy order as defined
Signed-off-by: Eugene <eugene.fedor@gmail.com>
Hidde Beydals 4ecf541748
Merge pull request from jlengelsen/bug-install-script-binary-ownership
Fix ownership issue in bash install script
Julian Lengelsen 7994829765
Fix ownership issue in bash install script
When using tar with sudo the extracted files will retain the ownership
of the files in the archive. When using the bash install script the flux
binary is owned by user ID 1001 and group docker after installation.

This commit fixes the ownership by appending the -o option to the tar
command which will extract files with the correct ownership, namely user
root and group root.

Signed-off-by: Julian Lengelsen <julian.lengelsen@th-koeln.de>
Hidde Beydals ce14951436
Merge pull request from sa-spag/doc
Alexis Gauthiez a5ce8221a3
Suggest an alternative gradual migration technique
Signed-off-by: Alexis Gauthiez <alexis.gauthiez@blablacar.com>
Alexis Gauthiez e6344ef18e
Fix documentation typo
Signed-off-by: Alexis Gauthiez <alexis.gauthiez@blablacar.com>
Stefan Prodan 99e60634ad
Merge pull request from SomtochiAma/reconcile-diff-ns
Ensure kustomization/helmrelease is reconciled when source is in a different namespace
Somtochi Onyekwere 6c656b7366 Fix reconcile with source in a different namespace
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
Stefan Prodan fc3a09b5ad
Merge pull request from alisondy/create-alert-es-ns
Change createAlertCmdRun parsing to include namespace
Alison Dowdney b1484f2f24 Change createAlertCmdRun parsing to include namespace
Signed-off-by: Alison Dowdney <alison@alisondowdney.com>
Hidde Beydals 7dcf884e38
Merge pull request from fluxcd/reconcile-opt
Put potentially destructive reconcile behind flag
Hidde Beydals b6d349da8c Put potentially destructive reconcile behind flag
The behavior introduced during the introduction of go-git-providers
was more strict, and has proven pretty quickly to not be useful to
all users. Therefore, the reconciliation behavior for repository
configuration has been put behind an opt-in flag, so that it does
not overwrite people their configs by accident.

Signed-off-by: Hidde Beydals <hello@hidde.co>
Stefan Prodan 40ce3d50c2
Merge pull request from fluxcd/openapi2jsonschema
Publish OpenAPI schemas for Flux CRDs
Stefan Prodan 68046067c5
Generate OpenAPI schema in CI
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan e3b12a8a24
Merge pull request from fluxcd/btstrp-private-flag
Change private flag description
Hidde Beydals f123b9d3cb Change private flag description
To highlight the fact that it configures the repository as defined,
which was not _really_ clear to some users and has resulted in public
repositories accidentally being changed to private (losing important
goodies like stars and linked forks).

Discussion on this is ongoing and there will likely be other
improvements in the near future to protect users against this.

Signed-off-by: Hidde Beydals <hello@hidde.co>
Hidde Beydals f4ce89ae26
Merge pull request from fluxcd/bootstrap-health-tweaks
Always report components health in bootstrap
Hidde Beydals ea451e7e49 Always report components health in bootstrap
This is useful in case the `Kustomization` does not reconcile
successfully because for example the controller(s) are in a crash loop,
which is not visible in the resource itself.

Signed-off-by: Hidde Beydals <hello@hidde.co>
Hidde Beydals d434575047
Merge pull request from fluxcd/to-slash-to-rescue
Hidde Beydals e627634184 Detect suspended Kustomization in bootstrap
Signed-off-by: Hidde Beydals <hello@hidde.co>
Hidde Beydals e0dd12505f Normalize paths to forward slashes
Signed-off-by: Hidde Beydals <hello@hidde.co>
Hidde Beydals 5a67f94380
Merge pull request from fluxcd/private-key-bug
Correctly load private key by not decoding PEM twice
Hidde Beydals 5f9dd7a5a5 Correctly load private key by not decoding PEM 2x
Signed-off-by: Hidde Beydals <hello@hidde.co>
Stefan Prodan bce0da2806
Merge pull request from fluxcd/bootstrap-git-docs
Revamp bootstrap documentation
Stefan Prodan a58c40f2d7
Add note about providing a SSH key to bootstrap
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan 65d5cadf29
Update the alert providers list in notifications guide
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan 1ea5d4d2e3
Remove sourceignore from SOPS guide
No longer needed due to https://github.com/fluxcd/source-controller/pull/329

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan 719ef3c44c
Add flux CLI container image to docs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan f4adfc3029
Add bootstrap git to install docs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan d8d08091cc
Move Azure DevOps bootstrap to Azure docs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan de4b3ef3dc
Merge pull request from fluxcd/git-custom-pk
Take private key from file into account in Git bootstrap
Hidde Beydals 7bd6aedb73 Take PK from file into account in Git bootstrap
Signed-off-by: Hidde Beydals <hello@hidde.co>
Stefan Prodan fffe40fbd4
Merge pull request from fluxcd/fix-git-http
Fix create source git auth for non-HTTPS repos