From 2ea9579a50ff1c0b07f096688f5b99f5ea3fa8dc Mon Sep 17 00:00:00 2001 From: "dep-bumper-cd[bot]" <184785746+dep-bumper-cd[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 03:23:16 +0000 Subject: [PATCH] fix(container): update image influxdb to v2.7.11 --- apps/influxdb/resources/upstream.yaml | 2 +- apps/influxdb/upstream/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/influxdb/resources/upstream.yaml b/apps/influxdb/resources/upstream.yaml index 0c20bbd..5d6ae0b 100644 --- a/apps/influxdb/resources/upstream.yaml +++ b/apps/influxdb/resources/upstream.yaml @@ -85,7 +85,7 @@ spec: serviceAccountName: influxdb2 containers: - name: influxdb2 - image: "influxdb:2.7.10-alpine@sha256:c5fcf0f3e6fc4d30646666ce9466e5022f2d35ab30ee56fc254da7b00897ac90" + image: "influxdb:2.7.11-alpine@sha256:0abb5192f5d03a926995a57d8ada705021872cf2e3c398e23f09a524b1e972c0" imagePullPolicy: IfNotPresent ports: - name: http diff --git a/apps/influxdb/upstream/values.yaml b/apps/influxdb/upstream/values.yaml index 07448de..4c099de 100644 --- a/apps/influxdb/upstream/values.yaml +++ b/apps/influxdb/upstream/values.yaml @@ -1,7 +1,7 @@ influxdb2: image: repository: influxdb - tag: 2.7.10-alpine@sha256:c5fcf0f3e6fc4d30646666ce9466e5022f2d35ab30ee56fc254da7b00897ac90 + tag: 2.7.11-alpine@sha256:0abb5192f5d03a926995a57d8ada705021872cf2e3c398e23f09a524b1e972c0 pullPolicy: IfNotPresent livenessProbe: path: /health