Skip to content

Commit f98d068

Browse files
committed
fix: fix release/0.17 vulnerabilities
Signed-off-by: bwplotka <bwplotka@google.com>
1 parent ad17d89 commit f98d068

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

charts/values.global.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ images:
2121
# NOTE: All tags have to be quoted otherwise they might be treated as a number.
2222
bash:
2323
image: gke.gcr.io/gke-distroless/bash
24-
tag: "gke_distroless_20250407.00_p0"
24+
tag: gke_distroless_20251007.00_p0
2525
alertmanager:
2626
image: gke.gcr.io/prometheus-engine/alertmanager
2727
tag: "v0.27.0-gmp.3-gke.0"

cmd/config-reloader/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.0@sha256:ffc9c87d9826ce5c48de165fb774e3ec0c4fb1006aa09b374b6cf2e1638e5b89 AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.3@sha256:35b566f68e22be2310b4538a5c2102c0331a960a69a98b7c473d3d378ba6decf AS buildbase
1616
ARG TARGETOS
1717
ARG TARGETARCH
1818
WORKDIR /app

cmd/datasource-syncer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.0@sha256:ffc9c87d9826ce5c48de165fb774e3ec0c4fb1006aa09b374b6cf2e1638e5b89 AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.3@sha256:35b566f68e22be2310b4538a5c2102c0331a960a69a98b7c473d3d378ba6decf AS buildbase
1616
ARG TARGETOS
1717
ARG TARGETARCH
1818
WORKDIR /app

cmd/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.0@sha256:ffc9c87d9826ce5c48de165fb774e3ec0c4fb1006aa09b374b6cf2e1638e5b89 AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.3@sha256:35b566f68e22be2310b4538a5c2102c0331a960a69a98b7c473d3d378ba6decf AS buildbase
1616

1717
# Compile the UI assets.
1818
FROM --platform=$BUILDPLATFORM gcr.io/google-appengine/nodejs AS assets

cmd/operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.0@sha256:ffc9c87d9826ce5c48de165fb774e3ec0c4fb1006aa09b374b6cf2e1638e5b89 AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.3@sha256:35b566f68e22be2310b4538a5c2102c0331a960a69a98b7c473d3d378ba6decf AS buildbase
1616
ARG TARGETOS
1717
ARG TARGETARCH
1818
WORKDIR /app

cmd/rule-evaluator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.0@sha256:ffc9c87d9826ce5c48de165fb774e3ec0c4fb1006aa09b374b6cf2e1638e5b89 AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.3@sha256:35b566f68e22be2310b4538a5c2102c0331a960a69a98b7c473d3d378ba6decf AS buildbase
1616
ARG TARGETOS
1717
ARG TARGETARCH
1818
WORKDIR /app

manifests/operator.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ spec:
359359
priorityClassName: gmp-critical
360360
initContainers:
361361
- name: config-init
362-
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20250407.00_p0
362+
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20251007.00_p0
363363
command: ['/bin/bash', '-c', 'touch /prometheus/config_out/config.yaml']
364364
volumeMounts:
365365
- name: config-out
@@ -660,7 +660,7 @@ spec:
660660
priorityClassName: gmp-critical
661661
initContainers:
662662
- name: config-init
663-
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20250407.00_p0
663+
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20251007.00_p0
664664
command: ['/bin/bash', '-c', 'touch /prometheus/config_out/config.yaml']
665665
volumeMounts:
666666
- name: config-out
@@ -832,7 +832,7 @@ spec:
832832
automountServiceAccountToken: false
833833
initContainers:
834834
- name: config-init
835-
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20250407.00_p0
835+
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20251007.00_p0
836836
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']
837837
volumeMounts:
838838
- name: alertmanager-config

manifests/rule-evaluator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ spec:
124124
automountServiceAccountToken: true
125125
initContainers:
126126
- name: config-init
127-
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20250407.00_p0
127+
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20251007.00_p0
128128
command: ['/bin/bash', '-c', 'touch /prometheus/config_out/config.yaml']
129129
volumeMounts:
130130
- name: config-out

0 commit comments

Comments
 (0)