Skip to content

Commit

Permalink
Enable Blake3 in helm-controller
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Nov 24, 2023
1 parent d659a24 commit 13c2b42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/bases/helm-controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 9 additions & 2 deletions manifests/install/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 13c2b42

Please sign in to comment.