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
I'm trying to use v2 with helm, but I can't get the image tagging to override as intended. I may be missing something, but It looks like the docs were updated only partially:
Thanks for pointing this out, we are currently working on updating this. If you use skaffold fix this should update your skaffold.yaml value to have the appropriate setValues or setValueTemplates stanza (from the now removed artifactOverrides). Closing as dupe of #8002, follow along there for updates here.
Hey all,
I'm trying to use v2 with helm, but I can't get the image tagging to override as intended. I may be missing something, but It looks like the docs were updated only partially:
section title at https://skaffold.dev/docs/pipeline-stages/deployers/helm/#configuring-your-helm-project-with-skaffold says
but then the immediately following subsection https://skaffold.dev/docs/pipeline-stages/deployers/helm/#image-configuration gives an example using
artifactsOverride
, which skaffold v2 is not happy with!So without a working example in the docs, how do I configure helm and images overrides in v2?
The text was updated successfully, but these errors were encountered: