Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] add example #159

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

[DO NOT MERGE] add example #159

wants to merge 2 commits into from

Conversation

june-xu
Copy link
Contributor

@june-xu june-xu commented Mar 8, 2024

  1. first get the name of the helm release
helm list --namespace default --all

this gives me

NAME           	NAMESPACE	REVISION	UPDATED                               	STATUS  	CHART                   	APP VERSION
retool-dev     	default  	16      	2024-03-08 13:51:43.046209 -0800 PST  	deployed	retool-6.0.6

this tells me my helm release name is retool-dev

  1. get the location of your values file. mine is ./retool/values_dev.yaml
  2. put it all together!
    first go to the correct location
cd ~/Desktop/retool-helm/charts
helm upgrade --namespace default --install --values retool/values_dev.yaml --wait --timeout 13m0s retool-dev ./retool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant