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
We have multiple repositories and a single helm chart. Pipeline for each repository only knows the image-version of its own docker image but not others. With regular helm binary we can use '--reuse-values' and only supply the changed image as part of deployment.
Official helm step by codefresh explicitly resets values and thus requires all values. See below code snippet in official plugin
We have multiple repositories and a single helm chart. Pipeline for each repository only knows the image-version of its own docker image but not others. With regular helm binary we can use '--reuse-values' and only supply the changed image as part of deployment.
Official helm step by codefresh explicitly resets values and thus requires all values. See below code snippet in official plugin
How can we override this behavior? Do codefresh provide steps/feature to maintain a central values file?
The text was updated successfully, but these errors were encountered: