Show all computed values (with defaults) helm
Show all values including chart defaults (-a / --all)
helm get values myrelease -a -n mynamespace
more helm
all 54 commands →
Rollback to specific revision
helm rollback myrelease 2 -n mynamespace
Show release history
helm history myrelease -n mynamespace
Package chart for distribution
helm package ./mychart --version 1.2.3 --app-version 1.2.3
Push chart to OCI registry
helm push mychart-1.2.3.tgz oci://registry.example.com/charts
Lint a chart
helm lint ./mychart -f values.yaml --strict