Skip to content

Commit

Permalink
chore(deps): update grafana/loki:2.8.2 docker digest to b1da1d2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent 3b50e54 commit f85f43d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/unwind/loki/backend/stateful_set_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion k8s/unwind/loki/read/deployment_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion k8s/unwind/loki/write/stateful_set_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f85f43d

Please sign in to comment.