Skip to content

Commit

Permalink
k8s:production upgrade kube-prometheus-stack Chart to 56.6.2 (#1430)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tarrow authored Feb 15, 2024
1 parent 7a2b8f9 commit 1a056ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/helmfile/prometheus-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1a056ef

Please sign in to comment.