From 1a056ef72b42cd5a6aa4f2bdb74da268269d2be8 Mon Sep 17 00:00:00 2001 From: Thomas Arrow Date: Thu, 15 Feb 2024 12:11:04 +0000 Subject: [PATCH] k8s:production upgrade kube-prometheus-stack Chart to 56.6.2 (#1430) This does not update the GKE prometheus-engine/prometheus image. I propose doing this as a seperate second step after the rest of the stack is present in both staging and production Bug: T356049 --- k8s/helmfile/helmfile.yaml | 2 +- k8s/helmfile/prometheus-operator.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/helmfile/helmfile.yaml b/k8s/helmfile/helmfile.yaml index b1d6f01ce..d5e179f75 100644 --- a/k8s/helmfile/helmfile.yaml +++ b/k8s/helmfile/helmfile.yaml @@ -207,7 +207,7 @@ releases: - name: kube-prometheus-stack namespace: monitoring - version: '{{ if eq .Environment.Name "production" }} 45.1.1 {{ else }} 56.6.2 {{ end }}' + version: '56.6.2' chart: prometheus-community/kube-prometheus-stack # https://github.com/roboll/helmfile/issues/1124 disableValidation: true diff --git a/k8s/helmfile/prometheus-operator.yaml b/k8s/helmfile/prometheus-operator.yaml index c68d18536..6fe45c66a 100644 --- a/k8s/helmfile/prometheus-operator.yaml +++ b/k8s/helmfile/prometheus-operator.yaml @@ -22,5 +22,5 @@ environments: releases: - name: prometheus-operator-crds namespace: monitoring - version: '{{ if eq .Environment.Name "production" }} 2.0.0 {{ else }} 9.0.0 {{ end }}' + version: '9.0.0' chart: prometheus-community/prometheus-operator-crds