Skip to content

Commit

Permalink
chore(deps): update loki
Browse files Browse the repository at this point in the history
| datasource | package                | from   | to    |
| ---------- | ---------------------- | ------ | ----- |
| docker     | docker.io/grafana/loki | 2.9.6  | 3.0.0 |
| helm       | loki                   | 5.47.1 | 6.2.0 |
  • Loading branch information
renovate[bot] authored Apr 11, 2024
1 parent 26e965f commit 2054180
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/loki/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ components:
localPath: ../chart
- name: loki
url: https://grafana.github.io/helm-charts/
version: 5.47.1
version: 6.2.0
namespace: loki
valuesFiles:
- ../values/values.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/loki/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ loki:
image:
registry: docker.io
repository: grafana/loki
tag: 2.9.6
tag: 3.0.0

gateway:
image:
Expand Down
2 changes: 1 addition & 1 deletion src/loki/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
valuesFiles:
- ./values/upstream-values.yaml
images:
- docker.io/grafana/loki:2.9.6
- docker.io/grafana/loki:3.0.0
- docker.io/nginxinc/nginx-unprivileged:1.25-alpine

- name: loki
Expand Down

0 comments on commit 2054180

Please sign in to comment.