Skip to content

is there kustomize version used by flux kustomization? #4518

Answered by stefanprodan
maplewf asked this question in General
Discussion options

You must be logged in to vote

The current version compatible with Flux kustomize-controller is Kustomize v5.3.0. We mention this in the changelog, every time we bump a dependency.

For example, in kustomize-controller changelog you'll see:

Update Kustomize to v5.3.0

The Flux controllers don't use any external binaries, instead we use the Go SDKs of Kustomize, Helm, Git, etc. The version of each SDK can be found in the go.mod file of each controller.

If you look in the kustomize-controller go.mod, you'll see the version there, for example:

// Pin kustomize to v5.3.0
replace (
	sigs.k8s.io/kustomize/api => sigs.k8s.io/kustomize/api v0.16.0
	sigs.k8s.io/kustomize/kyaml => sigs.k8s.io/kustomize/kyaml v0.16.0
)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@maplewf
Comment options

@stefanprodan
Comment options

Answer selected by maplewf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants