Skip to content

Commit

Permalink
chore(deps): update loki to v3.2.0
Browse files Browse the repository at this point in the history
| datasource | package                             | from  | to    |
| ---------- | ----------------------------------- | ----- | ----- |
| docker     | cgr.dev/du-uds-defenseunicorns/loki | 3.1.1 | 3.2.0 |
| docker     | docker.io/grafana/loki              | 3.1.1 | 3.2.0 |
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 9839acf commit 7a2c63b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/loki/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ loki:
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/loki
tag: 3.1.1
tag: 3.2.0
gateway:
image:
registry: cgr.dev
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: 3.1.1
tag: 3.2.0

gateway:
image:
Expand Down
4 changes: 2 additions & 2 deletions 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:3.1.1
- docker.io/grafana/loki:3.2.0
- docker.io/nginxinc/nginx-unprivileged:1.27-alpine
- docker.io/memcached:1.6.31-alpine

Expand Down Expand Up @@ -48,6 +48,6 @@ components:
valuesFiles:
- ./values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/loki:3.1.1
- cgr.dev/du-uds-defenseunicorns/loki:3.2.0
- cgr.dev/du-uds-defenseunicorns/nginx-fips:1.27.1
- cgr.dev/du-uds-defenseunicorns/memcached:1.6.31

0 comments on commit 7a2c63b

Please sign in to comment.