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
Sometimes you need to ship all images referenced in a helm chart to your private docker registry. You do a helm template|grep image: and pull/tag/push each one of them.
Sometimes you need to ship all images referenced in a helm chart to your private docker registry. You do a helm template|grep image: and pull/tag/push each one of them.
For example
`
Would return all image references from the above chart. This could be combine with a tool like skopeo copy.
Is this feature something that could be considered as a helper function in helm ?
Some flag in helm template or other ?
The text was updated successfully, but these errors were encountered: