Skip to content

Instantly share code, notes, and snippets.

@Nurlan199206
Last active April 19, 2024 18:40
Show Gist options
  • Save Nurlan199206/1bdc6563d9d05d64f72a40e3714e306e to your computer and use it in GitHub Desktop.
Save Nurlan199206/1bdc6563d9d05d64f72a40e3714e306e to your computer and use it in GitHub Desktop.
helm examples
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