Commit dc429dd8 authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason Committed by Dmitriy Zaporozhets

Update prometheus chart version to 9.5.2

This should only affect new installations.
parent 7a8057fd
...@@ -5,7 +5,7 @@ module Clusters ...@@ -5,7 +5,7 @@ module Clusters
class Prometheus < ApplicationRecord class Prometheus < ApplicationRecord
include PrometheusAdapter include PrometheusAdapter
VERSION = '6.7.3' VERSION = '9.5.2'
self.table_name = 'clusters_applications_prometheus' self.table_name = 'clusters_applications_prometheus'
......
---
title: Update prometheus chart version to 9.5.2
merge_request: 21935
author:
type: changed
...@@ -130,7 +130,7 @@ describe Clusters::Applications::Prometheus do ...@@ -130,7 +130,7 @@ describe Clusters::Applications::Prometheus do
it 'is initialized with 3 arguments' do it 'is initialized with 3 arguments' do
expect(subject.name).to eq('prometheus') expect(subject.name).to eq('prometheus')
expect(subject.chart).to eq('stable/prometheus') expect(subject.chart).to eq('stable/prometheus')
expect(subject.version).to eq('6.7.3') expect(subject.version).to eq('9.5.2')
expect(subject).to be_rbac expect(subject).to be_rbac
expect(subject.files).to eq(prometheus.files) expect(subject.files).to eq(prometheus.files)
end end
...@@ -147,7 +147,7 @@ describe Clusters::Applications::Prometheus do ...@@ -147,7 +147,7 @@ describe Clusters::Applications::Prometheus do
let(:prometheus) { create(:clusters_applications_prometheus, :errored, version: '2.0.0') } let(:prometheus) { create(:clusters_applications_prometheus, :errored, version: '2.0.0') }
it 'is initialized with the locked version' do it 'is initialized with the locked version' do
expect(subject.version).to eq('6.7.3') expect(subject.version).to eq('9.5.2')
end end
end end
...@@ -218,7 +218,7 @@ describe Clusters::Applications::Prometheus do ...@@ -218,7 +218,7 @@ describe Clusters::Applications::Prometheus do
it 'is initialized with 3 arguments' do it 'is initialized with 3 arguments' do
expect(patch_command.name).to eq('prometheus') expect(patch_command.name).to eq('prometheus')
expect(patch_command.chart).to eq('stable/prometheus') expect(patch_command.chart).to eq('stable/prometheus')
expect(patch_command.version).to eq('6.7.3') expect(patch_command.version).to eq('9.5.2')
expect(patch_command.files).to eq(prometheus.files) expect(patch_command.files).to eq(prometheus.files)
end end
end end
......
alertmanager: alertmanager:
enabled: false enabled: false
image:
tag: v0.15.2
kubeStateMetrics: kubeStateMetrics:
enabled: true enabled: true
...@@ -14,8 +12,6 @@ pushgateway: ...@@ -14,8 +12,6 @@ pushgateway:
server: server:
fullnameOverride: "prometheus-prometheus-server" fullnameOverride: "prometheus-prometheus-server"
image:
tag: v2.4.3
serverFiles: serverFiles:
alerts: {} alerts: {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment