diff --git a/k8s/unwind/loki/backend/stateful_set_list.cue b/k8s/unwind/loki/backend/stateful_set_list.cue index faa60844c..3d2d6e14f 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.8.2@sha256:b1da1d23037eb1b344cccfc5b587e30aed60ab4cad33b42890ff850aa3c4755d" 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..bc64986f1 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.8.2@sha256:b1da1d23037eb1b344cccfc5b587e30aed60ab4cad33b42890ff850aa3c4755d" 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..5213e7c06 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.8.2@sha256:b1da1d23037eb1b344cccfc5b587e30aed60ab4cad33b42890ff850aa3c4755d" args: [ "-config.expand-env=true", "-config.file=/etc/loki/config/config.yaml",