Skip to content

Commit

Permalink
chore(deps): update grafana/loki docker tag to v2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent 3920f04 commit 3b1c118
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.9.5@sha256:03d4bb6874898cc503a6a121b832556dd7747b20b5efe8cbc9ae175caf43811b"
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.9.5@sha256:03d4bb6874898cc503a6a121b832556dd7747b20b5efe8cbc9ae175caf43811b"
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.9.5@sha256:03d4bb6874898cc503a6a121b832556dd7747b20b5efe8cbc9ae175caf43811b"
args: [
"-config.expand-env=true",
"-config.file=/etc/loki/config/config.yaml",
Expand Down

0 comments on commit 3b1c118

Please sign in to comment.