You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This configuration should install helm version v3.8.2 and kustomize version v5.0.3, both in the piped container environment, but it's not work like that now.
Why is this needed:
Kustomize can be configured to be used with helm via enable-helm & helm-command flags. The PipeCD currently supports kustomizeOptions, which is a map of options for kustomize build command, so basically users can use enable-helm if they want.
The point to note here is that even if they use helm-command to specify helm version they want to use with kustomize build, there is no way to have that version of helm command via PipeCD configuration currently.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
This configuration should install helm version v3.8.2 and kustomize version v5.0.3, both in the piped container environment, but it's not work like that now.
Why is this needed:
Kustomize can be configured to be used with helm via
enable-helm
&helm-command
flags. The PipeCD currently supports kustomizeOptions, which is a map of options for kustomize build command, so basically users can useenable-helm
if they want.The point to note here is that even if they use
helm-command
to specify helm version they want to use with kustomize build, there is no way to have that version of helm command via PipeCD configuration currently.The text was updated successfully, but these errors were encountered: