Skip to content
Snippets Groups Projects
Commit 3140af63 authored by arun99theja's avatar arun99theja 💤
Browse files

Helm-Commands

parent 959d9385
No related branches found
No related tags found
Loading
......@@ -228,6 +228,8 @@ helm upgrade RELEASE_NAME REPOSITORY_NAME/CHART_NAME --namespace NAMESPACE_NAME
helm upgrade -i RELEASE_NAME CHART_NAME
helm upgrade -i RELEASE_NAME ./CHART_NAME # if a release by this name doesn't already exist, run an install
helm upgrade -i RELEASE_NAME ./CHART_NAME -f FILE_NAME.yaml
helm upgrade --install RELEASE_NAME CHART_NAME
helm upgrade --install RELEASE_NAME CHART_NAME/
helm upgrade --install RELEASE_NAME ./CHART_NAME
helm upgrade --install RELEASE_NAME ./CHART_NAME/ --set KEY=VALUE
helm upgrade --install RELEASE_NAME REPOSITORY_NAME/CHART_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment