Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Commands

Preview template:

helm template test hello-app

Deploy staging:

helm install staging hello-app --namespace helm-staging --values values-staging.yaml --create-namespace

Deploy prod:

helm install prod hello-app --namespace helm-prod --values values-prod.yaml --create-namespace

Update staging (Update chart)

helm upgrade staging hello-app --namespace helm-staging --values values-staging.yaml --create-namespace
helm history staging -n helm-staging