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.1.1  | 3.2.0  |
| docker     | docker.io/grafana/loki                             | 3.1.1  | 3.2.0  |
| helm       | loki                                               | 6.12.0 | 6.16.0 |
| docker     | registry1.dso.mil/ironbank/opensource/grafana/loki | 3.1.1  | 3.2.0  |
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 5d9e4d7 commit 3b88314
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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: 6.12.0
version: 6.16.0
namespace: loki
valuesFiles:
- ../values/values.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/loki/values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ loki:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/grafana/loki
tag: 3.1.1
tag: 3.2.0
podSecurityContext:
fsGroup: 10001
runAsGroup: 10001
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 @@ -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
6 changes: 3 additions & 3 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 All @@ -32,7 +32,7 @@ components:
valuesFiles:
- ./values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/grafana/loki:3.1.1
- registry1.dso.mil/ironbank/opensource/grafana/loki:3.2.0
- registry1.dso.mil/ironbank/opensource/nginx/nginx-alpine:1.26.2
- registry1.dso.mil/ironbank/opensource/memcached/memcached:1.6.31

Expand All @@ -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 3b88314

Please sign in to comment.