From 13c2b42f963d815f151eb79a5d7107a9b399d153 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Fri, 24 Nov 2023 19:57:52 +0200 Subject: [PATCH] Enable Blake3 in helm-controller Signed-off-by: Stefan Prodan --- manifests/bases/helm-controller/kustomization.yaml | 2 +- manifests/install/kustomization.yaml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/manifests/bases/helm-controller/kustomization.yaml b/manifests/bases/helm-controller/kustomization.yaml index 441b3d0..06e649e 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/new-drift-detection/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml +- https://raw.githubusercontent.com/fluxcd/helm-controller/main/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml - https://github.com/fluxcd/helm-controller/releases/download/v0.36.2/helm-controller.deployment.yaml - account.yaml transformers: diff --git a/manifests/install/kustomization.yaml b/manifests/install/kustomization.yaml index d52404e..cf4fc65 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-4b230f30 + newTag: preview-bd95d35e - name: fluxcd/kustomize-controller newName: ghcr.io/fluxcd/kustomize-controller newTag: preview-250f620f - name: fluxcd/helm-controller newName: ghcr.io/fluxcd/helm-controller - newTag: v2beta2-dd92f466 + newTag: v2beta2-6ec21aba - name: fluxcd/notification-controller newName: ghcr.io/fluxcd/notification-controller - name: fluxcd/image-reflector-controller @@ -37,6 +37,13 @@ patches: target: kind: Deployment name: "(helm-controller|source-controller)" + - patch: | + - op: add + path: /spec/template/spec/containers/0/args/- + value: --snapshot-digest-algo=blake3 + target: + kind: Deployment + name: helm-controller - patch: | apiVersion: apps/v1 kind: Deployment