Skip to content

Commit 3936f6a

Browse files
committed
chore: bump bash image
Signed-off-by: bwplotka <bwplotka@google.com>
1 parent 4ef7f5a commit 3936f6a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

charts/operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ images:
2323
tag: "v0.25.1-gmp.2-gke.0"
2424
bash:
2525
image: gke.gcr.io/gke-distroless/bash
26-
tag: "gke_distroless_20240607.00_p0"
26+
tag: gke_distroless_20251007.00_p0
2727
configReloader:
2828
image: gke.gcr.io/prometheus-engine/config-reloader
2929
tag: "v0.12.0-gke.5@sha256:21055a361185da47fbd2c21389fb5cd00b54bfed5c784e0dc258b5b416beaf7e"

charts/rule-evaluator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gke: false
1717
images:
1818
bash:
1919
image: gke.gcr.io/gke-distroless/bash
20-
tag: "gke_distroless_20240607.00_p0"
20+
tag: gke_distroless_20251007.00_p0
2121
configReloader:
2222
image: gke.gcr.io/prometheus-engine/config-reloader
2323
tag: "v0.12.0-gke.5@sha256:21055a361185da47fbd2c21389fb5cd00b54bfed5c784e0dc258b5b416beaf7e"

manifests/operator.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ spec:
334334
priorityClassName: gmp-critical
335335
initContainers:
336336
- name: config-init
337-
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20240607.00_p0
337+
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20251007.00_p0
338338
command: ['/bin/bash', '-c', 'touch /prometheus/config_out/config.yaml']
339339
volumeMounts:
340340
- name: config-out
@@ -614,7 +614,7 @@ spec:
614614
priorityClassName: gmp-critical
615615
initContainers:
616616
- name: config-init
617-
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20240607.00_p0
617+
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20251007.00_p0
618618
command: ['/bin/bash', '-c', 'touch /prometheus/config_out/config.yaml']
619619
volumeMounts:
620620
- name: config-out
@@ -780,7 +780,7 @@ spec:
780780
priorityClassName: gmp-critical
781781
initContainers:
782782
- name: config-init
783-
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20240607.00_p0
783+
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20251007.00_p0
784784
command: ['/bin/bash', '-c', 'touch /alertmanager/config_out/config.yaml && echo -e "receivers:\n - name: noop\nroute:\n receiver: noop" > alertmanager/config_out/config.yaml']
785785
volumeMounts:
786786
- name: alertmanager-config

manifests/rule-evaluator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ spec:
109109
automountServiceAccountToken: true
110110
initContainers:
111111
- name: config-init
112-
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20240607.00_p0
112+
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20251007.00_p0
113113
command: ['/bin/bash', '-c', 'touch /prometheus/config_out/config.yaml']
114114
volumeMounts:
115115
- name: config-out

0 commit comments

Comments
 (0)