Skip to content

Commit 56efc67

Browse files
Update kube-prometheus-stack addon to 75.6.1 (#562)
* Add helm dependency update step * Fix permission error in manifest snapshot updates * Fix typo * Update kube-prometheus-stack addon to 75.6.1 --------- Co-authored-by: sd109 <sdavidson327@gmail.com> Co-authored-by: sd109 <49713135+sd109@users.noreply.github.com>
1 parent 7aa1e13 commit 56efc67

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/cluster-addons/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ monitoring:
245245
chart:
246246
repo: https://prometheus-community.github.io/helm-charts
247247
name: kube-prometheus-stack
248-
version: 75.3.3
248+
version: 75.6.1
249249
release:
250250
namespace: monitoring-system
251251
values:

charts/openstack-cluster/tests/__snapshot__/snapshot_full_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ templated manifests should match snapshot:
11071107
chart:
11081108
name: kube-prometheus-stack
11091109
repo: https://prometheus-community.github.io/helm-charts
1110-
version: 75.3.3
1110+
version: 75.6.1
11111111
clusterName: RELEASE-NAME
11121112
lifecycleHooks:
11131113
postDelete:

skopeo-manifests/kube-prometheus-stack.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ docker.io:
55
quay.io:
66
images:
77
kiwigrid/k8s-sidecar:
8-
- 1.30.0
8+
- 1.30.5
99
prometheus-operator/prometheus-config-reloader:
1010
- v0.83.0
1111
prometheus-operator/prometheus-operator:
@@ -15,12 +15,12 @@ quay.io:
1515
prometheus/node-exporter:
1616
- v1.9.1
1717
prometheus/prometheus:
18-
- v3.4.1
18+
- v3.4.2
1919
thanos/thanos:
20-
- v0.38.0
20+
- v0.39.0
2121
registry.k8s.io:
2222
images:
2323
ingress-nginx/kube-webhook-certgen:
2424
- v1.5.4
2525
kube-state-metrics/kube-state-metrics:
26-
- v2.15.0
26+
- v2.16.0

0 commit comments

Comments
 (0)