Lint chart helm
Validate chart structure and templates with strict mode
helm lint ./mychart -f values-prod.yaml --strict
more helm
all 54 commands →
Force resource replacement
helm upgrade <release> ./mychart -n <ns> --force
Install plugins
helm plugin install https://github.com/databus23/helm-diff
Diff before upgrade
helm diff upgrade myrelease ./chart -f values.yaml
Show computed values
helm get values myrelease -n mynamespace
Show all computed values (with defaults)
helm get values myrelease -a -n mynamespace