mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-30 15:18:51 +00:00
Update toolkit components
This includes a change to the components' Kustomization files to make use of the YAML multi-doc manifests that are now attached to the GitHub releases. - helm-controller to v0.8.0 https://github.com/fluxcd/helm-controller/blob/v0.8.0/CHANGELOG.md - kustomize-controller to v0.9.0 https://github.com/fluxcd/kustomize-controller/blob/v0.9.0/CHANGELOG.md - source-controller to v0.9.0 https://github.com/fluxcd/source-controller/blob/v0.9.0/CHANGELOG.md - notification-controller to v0.9.0 https://github.com/fluxcd/notification-controller/blob/v0.9.0/CHANGELOG.md - image-reflector-controller to v0.7.0 https://github.com/fluxcd/image-reflector-controller/blob/v0.7.0/CHANGELOG.md - image-automation-controller to v0.6.0 https://github.com/fluxcd/image-automation-controller/blob/v0.6.0/CHANGELOG.md Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
9740fecc35
commit
2cd3c32ca7
8 changed files with 38 additions and 64 deletions
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- https://github.com/fluxcd/source-controller/archive/v0.8.1.zip//source-controller-0.8.1/config/crd
|
||||
- https://github.com/fluxcd/source-controller/archive/v0.8.1.zip//source-controller-0.8.1/config/manager
|
||||
- https://github.com/fluxcd/source-controller/releases/download/v0.9.0/source-controller.crds.yaml
|
||||
- https://github.com/fluxcd/source-controller/releases/download/v0.9.0/source-controller.deployment.yaml
|
||||
- account.yaml
|
||||
patchesJson6902:
|
||||
- target:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue