I am trying to install a previous version of Prometheus, namely version 6.7.4
:
helm install -f stable/prometheus/values.yaml prometheus --name stable/prometheus --namespace prometheus --version 6.7.4
However it installs the latest version, prometheus-6.8.0
:
$ helm ls
NAME REVISION UPDATED STATUS CHART NAMESPACE
prometheus 1 Fri Jul 6 01:46:42 2018 DEPLOYED prometheus-6.8.0 prometheus
What am I doing wrong?
question from:https://stackoverflow.com/questions/51200917/how-to-install-a-specific-chart-version