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
Allow for relocation of values without set 'registry' and 'tag'
A lot of established helm charts:
- Do not separate image refs into 'registry' and 'repository'
- Use '.Chart.appVersion' by default if 'tag' is not specified
For example, see Helm charts for: cert-manager, external-dns, opentelemetry-operator
This change should allow for relocating values files for charts that use 'repository' as a complete image ref.
I.e. 'repository: quay.io/jetstack/cert-manager-cainjector'
0 commit comments