Skip to content

Commit

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

0 comments on commit db3714d

Please sign in to comment.