argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
16.33k stars 4.93k forks source link

Bump kustomize version to at least 5.3.x #18052

Open rolandkool opened 2 weeks ago

rolandkool commented 2 weeks ago

Checklist:

Describe the bug

Kustomize versions 5.3 and up include new parameters that can be used with helm templates that use the helm .Capabilities.APIVersions.Has function. It would become possible to extend the kustomize.buildOptions with the new --helm-api-versions kustomize parameter to pass in API versions that exist in the cluster. The current bundled version, 5.2.1, does not have this option yet.

Version

2.10.9

rolandkool commented 2 weeks ago

Similar issue but using helm template directly instead of helm through kustomize: https://github.com/argoproj/argo-cd/issues/3594 and https://github.com/argoproj/argo-cd/issues/5202