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  |
| docker     | docker.io/nginxinc/nginx-unprivileged                    | 1.25   | 1.27   |
| helm       | loki                                                     | 5.47.1 | 6.6.3  |
| docker     | registry1.dso.mil/ironbank/opensource/grafana/loki       | 2.9.6  | 3.0.0  |
| docker     | registry1.dso.mil/ironbank/opensource/nginx/nginx-alpine | 1.25.3 | 1.26.0 |
  • Loading branch information
renovate[bot] committed Jun 6, 2024
1 parent 3a2b48f commit bac42e5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.6.3
namespace: loki
valuesFiles:
- ../values/values.yaml
Expand Down
4 changes: 2 additions & 2 deletions 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: 2.9.6
tag: 3.0.0
podSecurityContext:
fsGroup: 10001
runAsGroup: 10001
Expand All @@ -19,4 +19,4 @@ gateway:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/nginx/nginx-alpine
tag: 1.25.3
tag: 1.26.0
4 changes: 2 additions & 2 deletions src/loki/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ loki:
image:
registry: docker.io
repository: grafana/loki
tag: 2.9.6
tag: 3.0.0

gateway:
image:
registry: docker.io
repository: nginxinc/nginx-unprivileged
tag: 1.25-alpine
tag: 1.27-alpine
8 changes: 4 additions & 4 deletions src/loki/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ components:
valuesFiles:
- ./values/upstream-values.yaml
images:
- docker.io/grafana/loki:2.9.6
- docker.io/nginxinc/nginx-unprivileged:1.25-alpine
- docker.io/grafana/loki:3.0.0
- docker.io/nginxinc/nginx-unprivileged:1.27-alpine

- name: loki
required: true
Expand All @@ -31,5 +31,5 @@ components:
valuesFiles:
- ./values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/grafana/loki:2.9.6
- registry1.dso.mil/ironbank/opensource/nginx/nginx-alpine:1.25.3
- registry1.dso.mil/ironbank/opensource/grafana/loki:3.0.0
- registry1.dso.mil/ironbank/opensource/nginx/nginx-alpine:1.26.0

0 comments on commit bac42e5

Please sign in to comment.