Package chart helm
Create a versioned .tgz chart archive
helm package ./mychart --destination ./dist
more helm
all 54 commands →
Push chart to OCI registry
helm push mychart-1.0.0.tgz oci://registry.example.com/charts
Install from OCI
helm install myrelease oci://registry.example.com/charts/mychart --version 1.0.0
Lint chart
helm lint ./mychart -f values-prod.yaml --strict
Force resource replacement
helm upgrade <release> ./mychart -n <ns> --force
Install plugins
helm plugin install https://github.com/databus23/helm-diff