Skip to content

Commit

Permalink
Disable customizing of Flux controllers
Browse files Browse the repository at this point in the history
In preparation to install Flux 0.17.2, ensure that no kustomization
overlay rewrites the version of kustomize-controller or any other Flux
controllers.

I'll be installing this version that came from before SSA to test
upgrading through Flux SSA versions to the latest RC, can proceed
smoothly, and not fall victim anymore to fluxcd/kustomize-controller#486
  • Loading branch information
Kingdon Barrett committed Jan 20, 2022
1 parent 494b6e9 commit 747d843
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions clusters/moo-cluster/flux-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ resources:
- gotk-components.yaml
- gotk-sync.yaml
- flux-sync.yaml
images:
- name: ghcr.io/fluxcd/kustomize-controller
newName: ghcr.io/fluxcd/kustomize-controller
newTag: rc-3f36db07
- name: ghcr.io/fluxcd/source-controller
newName: kingdonb/source-controller
newTag: 382e812
images: []
# - name: ghcr.io/fluxcd/kustomize-controller
# newName: ghcr.io/fluxcd/kustomize-controller
# newTag: rc-3f36db07
# - name: ghcr.io/fluxcd/source-controller
# newName: kingdonb/source-controller
# newTag: 382e812
patches: []
# - target:
# version: v1
Expand Down

0 comments on commit 747d843

Please sign in to comment.