mirror of https://github.com/fluxcd/flux2.git
Update toolkit components
- helm-controller to v1.4.2 https://github.com/fluxcd/helm-controller/blob/v1.4.2/CHANGELOG.md - kustomize-controller to v1.7.1 https://github.com/fluxcd/kustomize-controller/blob/v1.7.1/CHANGELOG.md - source-controller to v1.7.2 https://github.com/fluxcd/source-controller/blob/v1.7.2/CHANGELOG.md - notification-controller to v1.7.3 https://github.com/fluxcd/notification-controller/blob/v1.7.3/CHANGELOG.md - image-reflector-controller to v1.0.2 https://github.com/fluxcd/image-reflector-controller/blob/v1.0.2/CHANGELOG.md - image-automation-controller to v1.0.2 https://github.com/fluxcd/image-automation-controller/blob/v1.0.2/CHANGELOG.md - source-watcher to v2.0.2 https://github.com/fluxcd/source-watcher/blob/v2.0.2/CHANGELOG.md Signed-off-by: GitHub <noreply@github.com>pull/5578/head
parent
686ee31f8a
commit
058525fe37
@ -1,10 +1,10 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- https://github.com/fluxcd/source-controller/releases/download/v1.7.1/source-controller.crds.yaml
|
- https://github.com/fluxcd/source-controller/releases/download/v1.7.2/source-controller.crds.yaml
|
||||||
- https://github.com/fluxcd/kustomize-controller/releases/download/v1.7.0/kustomize-controller.crds.yaml
|
- https://github.com/fluxcd/kustomize-controller/releases/download/v1.7.1/kustomize-controller.crds.yaml
|
||||||
- https://github.com/fluxcd/helm-controller/releases/download/v1.4.1/helm-controller.crds.yaml
|
- https://github.com/fluxcd/helm-controller/releases/download/v1.4.2/helm-controller.crds.yaml
|
||||||
- https://github.com/fluxcd/notification-controller/releases/download/v1.7.2/notification-controller.crds.yaml
|
- https://github.com/fluxcd/notification-controller/releases/download/v1.7.3/notification-controller.crds.yaml
|
||||||
- https://github.com/fluxcd/image-reflector-controller/releases/download/v1.0.1/image-reflector-controller.crds.yaml
|
- https://github.com/fluxcd/image-reflector-controller/releases/download/v1.0.2/image-reflector-controller.crds.yaml
|
||||||
- https://github.com/fluxcd/image-automation-controller/releases/download/v1.0.1/image-automation-controller.crds.yaml
|
- https://github.com/fluxcd/image-automation-controller/releases/download/v1.0.2/image-automation-controller.crds.yaml
|
||||||
- https://github.com/fluxcd/source-watcher/releases/download/v2.0.1/source-watcher.crds.yaml
|
- https://github.com/fluxcd/source-watcher/releases/download/v2.0.2/source-watcher.crds.yaml
|
||||||
|
Loading…
Reference in New Issue