fluxcd / flux2-kustomize-helm-example

A GitOps workflow example for multi-env deployments with Flux, Kustomize and Helm.
https://fluxcd.io
Apache License 2.0
961 stars 1.03k forks source link

Upgrade kustomize version and update validate.sh script #12

Closed brianpham closed 3 years ago

brianpham commented 3 years ago
stefanprodan commented 3 years ago

@brianpham the Kustomize version must match the API version of kustomize-controller, due to these breaking changes https://github.com/fluxcd/flux2/issues/918 we can’t upgrade yet.

brianpham commented 3 years ago

Ahh ok. Thanks for the heads up.

stefanprodan commented 3 years ago

Closing in favour of #29