Last active
April 19, 2024 18:40
-
-
Save Nurlan199206/1bdc6563d9d05d64f72a40e3714e306e to your computer and use it in GitHub Desktop.
helm examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
helm install prometheus-stack prometheus-community/kube-prometheus-stack --version 58.2.0 --namespace=monitoring --create-namespace | |
helm upgrade --install prometheus-stack prometheus-community/kube-prometheus-stack --version 58.2.0 --namespace=monitoring -f values.yaml | |
===================================================================================================================================== | |
helm install prometheus-community/prometheus:v2.41.0 --namespace=monitoring --debug --dry-run | |
helm install nginx --namespace=default --debug --set image.name=nurlan1992/app:v1 -f values.yaml . | |
helm upgrade --debug --install nginx --namespace=default --set image.name=nurlan1992/app:v1 -f values.yaml . | |
helm upgrade --dry-run --debug --install nginx --namespace=default --set image.name=nurlan1992/app:tagname -f values.yaml . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment