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     | cgr.dev/du-uds-defenseunicorns/loki | 3.3.1  | 3.3.2  |
| docker     | docker.io/grafana/loki              | 3.3.1  | 3.3.2  |
| helm       | loki                                | 6.23.0 | 6.24.0 |
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 4853969 commit b130c4f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/loki/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
localPath: ../chart
- name: loki
url: https://grafana.github.io/helm-charts/
version: 6.23.0
version: 6.24.0
namespace: loki
valuesFiles:
- ../values/values.yaml
Expand Down
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 b130c4f

Please sign in to comment.