diff options
-rw-r--r-- | app/models/clusters/applications/prometheus.rb | 2 | ||||
-rw-r--r-- | changelogs/unreleased/6795-fix-prometheus-install.yml | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app/models/clusters/applications/prometheus.rb b/app/models/clusters/applications/prometheus.rb index 48137c2ed68..4c00b139141 100644 --- a/app/models/clusters/applications/prometheus.rb +++ b/app/models/clusters/applications/prometheus.rb @@ -37,7 +37,7 @@ module Clusters Gitlab::Kubernetes::Helm::InstallCommand.new( name, chart: chart, - version: version, + version: VERSION, values: values ) end diff --git a/changelogs/unreleased/6795-fix-prometheus-install.yml b/changelogs/unreleased/6795-fix-prometheus-install.yml new file mode 100644 index 00000000000..324d2e18425 --- /dev/null +++ b/changelogs/unreleased/6795-fix-prometheus-install.yml @@ -0,0 +1,5 @@ +--- +title: Lock prometheus version independent of data in the database +merge_request: 20376 +author: +type: fixed |