From db3714d1355f725db7308b1199101fea5b47787c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 12:13:38 +0000 Subject: [PATCH] chore(deps): update grafana/loki docker tag to v2.9.6 --- k8s/unwind/loki/backend/stateful_set_list.cue | 2 +- k8s/unwind/loki/read/deployment_list.cue | 2 +- k8s/unwind/loki/write/stateful_set_list.cue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/unwind/loki/backend/stateful_set_list.cue b/k8s/unwind/loki/backend/stateful_set_list.cue index faa60844c..d04900c8c 100644 --- a/k8s/unwind/loki/backend/stateful_set_list.cue +++ b/k8s/unwind/loki/backend/stateful_set_list.cue @@ -41,7 +41,7 @@ import ( }] containers: [{ name: "loki" - image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4" + image: "grafana/loki:2.9.6@sha256:3ee11ec1bd4eae4586d34f3e8e4bb3f36a2f6e5473aab398c9b43fc89ef5d0b9" args: [ "-config.expand-env=true", "-config.file=/etc/loki/config/config.yaml", diff --git a/k8s/unwind/loki/read/deployment_list.cue b/k8s/unwind/loki/read/deployment_list.cue index 73e822516..1713ffb4a 100644 --- a/k8s/unwind/loki/read/deployment_list.cue +++ b/k8s/unwind/loki/read/deployment_list.cue @@ -44,7 +44,7 @@ import ( }] containers: [{ name: "loki" - image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4" + image: "grafana/loki:2.9.6@sha256:3ee11ec1bd4eae4586d34f3e8e4bb3f36a2f6e5473aab398c9b43fc89ef5d0b9" args: [ "-config.expand-env=true", "-config.file=/etc/loki/config/config.yaml", diff --git a/k8s/unwind/loki/write/stateful_set_list.cue b/k8s/unwind/loki/write/stateful_set_list.cue index 7c38fed97..dfc88546f 100644 --- a/k8s/unwind/loki/write/stateful_set_list.cue +++ b/k8s/unwind/loki/write/stateful_set_list.cue @@ -38,7 +38,7 @@ import ( }] containers: [{ name: "loki" - image: "grafana/loki:2.8.2@sha256:dc4328febf349d9198ef0f1c893160483fc7b2180d7e31485325f6e702ee73c4" + image: "grafana/loki:2.9.6@sha256:3ee11ec1bd4eae4586d34f3e8e4bb3f36a2f6e5473aab398c9b43fc89ef5d0b9" args: [ "-config.expand-env=true", "-config.file=/etc/loki/config/config.yaml",