Skip to content

Commit

Permalink
chore(deps): update loki to v3.3.2
Browse files Browse the repository at this point in the history
| datasource | package                             | from  | to    |
| ---------- | ----------------------------------- | ----- | ----- |
| docker     | cgr.dev/du-uds-defenseunicorns/loki | 3.3.1 | 3.3.2 |
| docker     | docker.io/grafana/loki              | 3.3.1 | 3.3.2 |
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 4853969 commit bea6c79
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 @@ -5,7 +5,7 @@ loki:
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/loki
tag: 3.3.1
tag: 3.3.2
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 @@ -5,7 +5,7 @@ loki:
image:
registry: docker.io
repository: grafana/loki
tag: 3.3.1
tag: 3.3.2

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 @@ -19,7 +19,7 @@ components:
valuesFiles:
- ./values/upstream-values.yaml
images:
- docker.io/grafana/loki:3.3.1
- docker.io/grafana/loki:3.3.2
- docker.io/nginxinc/nginx-unprivileged:1.27-alpine
- docker.io/memcached:1.6.33-alpine

Expand Down Expand Up @@ -51,6 +51,6 @@ components:
valuesFiles:
- ./values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/loki:3.3.1
- cgr.dev/du-uds-defenseunicorns/loki:3.3.2
- cgr.dev/du-uds-defenseunicorns/nginx-fips:1.27.3
- cgr.dev/du-uds-defenseunicorns/memcached:1.6.33

0 comments on commit bea6c79

Please sign in to comment.