The package manager for Kubernetes.
Upgrades a release to a new version of a chart.
helm upgrade app ./helm/ --namespace my-namespace --install --create-namespace
Render templates and display the output.
helm template app ./helm/ --namespace my-namespace