Rollback to specific revision helm
Roll back a release to revision number 2
helm rollback myrelease 2 -n mynamespace
more helm
all 54 commands →
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
Render one template
helm template <name> ./chart --show-only templates/deployment.yaml