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
class Prometheus < ApplicationRecord
include PrometheusAdapter
VERSION = '6.7.3'
VERSION = '9.5.2'
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
it 'is initialized with 3 arguments' do
expect(subject.name).to eq('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.files).to eq(prometheus.files)
end
......@@ -147,7 +147,7 @@ describe Clusters::Applications::Prometheus do
let(:prometheus) { create(:clusters_applications_prometheus, :errored, version: '2.0.0') }
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
......@@ -218,7 +218,7 @@ describe Clusters::Applications::Prometheus do
it 'is initialized with 3 arguments' do
expect(patch_command.name).to eq('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)
end
end
......
alertmanager:
enabled: false
image:
tag: v0.15.2
kubeStateMetrics:
enabled: true
......@@ -14,8 +12,6 @@ pushgateway:
server:
fullnameOverride: "prometheus-prometheus-server"
image:
tag: v2.4.3
serverFiles:
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