We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeefa31 commit b557709Copy full SHA for b557709
kubernetes/flux/config/flux.yaml
@@ -49,6 +49,10 @@ spec:
49
- op: add
50
path: /spec/template/spec/containers/0/args/-
51
value: --requeue-dependency=5s
52
+ - patch: |
53
+ - op: replace
54
+ path: /spec/template/spec/containers/0/image
55
+ value: ghcr.io/fluxcd/helm-controller:v0.32.2
56
target:
57
kind: Deployment
58
name: (kustomize-controller|helm-controller|source-controller)
0 commit comments