helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Download specific chart kube-prometheus-stack-23.1.0 to my local

Open Manidoit opened this issue 2 years ago • 3 comments

I want to install specific kube-prometheus-stack-23.1.0 version on my eks cluster. When I ran this command helm repo add prometheus-community https://prometheus-community.github.io/helm-charts It is adding the latest chart.

When I am running below command I am getting this error helm upgrade prometheus -n monitoring -f prom-v1.yaml prometheus-community/kube-prometheus-stack-23.1.0 --debug Error: chart "kube-prometheus-stack-23.1.0" matching not found in prometheus-community index. (try 'helm repo update'): no chart name found

can someone pl help me on how to download specific chart kube-prometheus-stack-23.1.0 to my local

Manidoit avatar Sep 02 '22 13:09 Manidoit

You can specify the desired chart version with helm, e.g.

helm upgrade prometheus -n monitoring -f prom-v1.yaml \
prometheus-community/kube-prometheus-stack --version 23.1.0 --debug

If the version is not set, helm retrieves the latest.

zeritti avatar Sep 02 '22 21:09 zeritti

Thanks Zeritti for responding. Chart is not in local. It is throwing the below error. can you pl help me. helm upgrade prometheus -n monitoring -f prom-v1.yaml prometheus-community/kube-prometheus-stack-23.1.0 --version 23.1.0 --debug Error: chart "kube-prometheus-stack-23.1.0" matching 23.1.0 not found in prometheus-community index. (try 'helm repo update'): no chart name found

Manidoit avatar Sep 03 '22 03:09 Manidoit

Hello!

Thanks Zeritti for responding. Chart is not in local. It is throwing the below error. can you pl help me. helm upgrade prometheus -n monitoring -f prom-v1.yaml prometheus-community/kube-prometheus-stack-23.1.0 --version 23.1.0 --debug Error: chart "kube-prometheus-stack-23.1.0" matching 23.1.0 not found in prometheus-community index. (try 'helm repo update'): no chart name found

There is at least an extra -23.1.0 in the suffix of the chart name (it should be kube-prometheus-stack not kube-prometheus-stack-23.1.0). Please retry with:

helm upgrade prometheus -n monitoring -f prom-v1.yaml prometheus-community/kube-prometheus-stack --version 23.1.0 --debug

iamleot avatar Sep 04 '22 17:09 iamleot

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.

stale[bot] avatar Oct 12 '22 05:10 stale[bot]

This issue is being automatically closed due to inactivity.

stale[bot] avatar Oct 30 '22 14:10 stale[bot]