From 0c7a470c3fe9caed2b32c4160c0bbe057b65235e Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 5 Dec 2023 11:01:59 +0200 Subject: [PATCH] Update controllers to Flux 2.2.0-RC Signed-off-by: Stefan Prodan --- manifests/bases/helm-controller/kustomization.yaml | 2 +- manifests/bases/kustomize-controller/kustomization.yaml | 3 ++- manifests/install/kustomization.yaml | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifests/bases/helm-controller/kustomization.yaml b/manifests/bases/helm-controller/kustomization.yaml index 06e649e..dca6d37 100644 --- a/manifests/bases/helm-controller/kustomization.yaml +++ b/manifests/bases/helm-controller/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: #- https://github.com/fluxcd/helm-controller/releases/download/v0.36.2/helm-controller.crds.yaml -- https://raw.githubusercontent.com/fluxcd/helm-controller/main/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml +- https://github.com/fluxcd/helm-controller/config/crd?ref=main - https://github.com/fluxcd/helm-controller/releases/download/v0.36.2/helm-controller.deployment.yaml - account.yaml transformers: diff --git a/manifests/bases/kustomize-controller/kustomization.yaml b/manifests/bases/kustomize-controller/kustomization.yaml index cef82f1..a0ad6e9 100644 --- a/manifests/bases/kustomize-controller/kustomization.yaml +++ b/manifests/bases/kustomize-controller/kustomization.yaml @@ -1,7 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/fluxcd/kustomize-controller/releases/download/v1.1.1/kustomize-controller.crds.yaml +#- https://github.com/fluxcd/kustomize-controller/releases/download/v1.1.1/kustomize-controller.crds.yaml +- https://github.com/fluxcd/kustomize-controller/config/crd?ref=main - https://github.com/fluxcd/kustomize-controller/releases/download/v1.1.1/kustomize-controller.deployment.yaml - account.yaml transformers: diff --git a/manifests/install/kustomization.yaml b/manifests/install/kustomization.yaml index cf4fc65..b20826b 100644 --- a/manifests/install/kustomization.yaml +++ b/manifests/install/kustomization.yaml @@ -16,13 +16,13 @@ transformers: images: - name: fluxcd/source-controller newName: ghcr.io/fluxcd/source-controller - newTag: preview-bd95d35e + newTag: preview-1a51af28 - name: fluxcd/kustomize-controller newName: ghcr.io/fluxcd/kustomize-controller - newTag: preview-250f620f + newTag: preview-ba308c5a - name: fluxcd/helm-controller newName: ghcr.io/fluxcd/helm-controller - newTag: v2beta2-6ec21aba + newTag: preview-842a9425 - name: fluxcd/notification-controller newName: ghcr.io/fluxcd/notification-controller - name: fluxcd/image-reflector-controller