Skip to content

Commit

Permalink
chore(deps): update grafana/loki docker tag to v2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent 92c7d3b commit 40444da
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.3@sha256:d8585a80d577a849ac56393e10ee9a4475a55aca527f50ce722efeb39d8f59c1"
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.3@sha256:d8585a80d577a849ac56393e10ee9a4475a55aca527f50ce722efeb39d8f59c1"
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.3@sha256:d8585a80d577a849ac56393e10ee9a4475a55aca527f50ce722efeb39d8f59c1"
args: [
"-config.expand-env=true",
"-config.file=/etc/loki/config/config.yaml",
Expand Down

0 comments on commit 40444da

Please sign in to comment.