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                             | 3.2.0  | 3.2.1  |
| helm       | loki                                               | 6.16.0 | 6.18.0 |
| docker     | registry1.dso.mil/ironbank/opensource/grafana/loki | 3.2.0  | 3.2.1  |
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent d0a0123 commit 3cec850
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.16.0
version: 6.18.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 @@ -5,7 +5,7 @@ loki:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/grafana/loki
tag: 3.2.0
tag: 3.2.1
podSecurityContext:
fsGroup: 10001
runAsGroup: 10001
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.2.0
tag: 3.2.1

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.2.0
- docker.io/grafana/loki:3.2.1
- docker.io/nginxinc/nginx-unprivileged:1.27-alpine
- docker.io/memcached:1.6.31-alpine

Expand All @@ -35,7 +35,7 @@ components:
valuesFiles:
- ./values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/grafana/loki:3.2.0
- registry1.dso.mil/ironbank/opensource/grafana/loki:3.2.1
- registry1.dso.mil/ironbank/opensource/nginx/nginx-alpine:1.26.2
- registry1.dso.mil/ironbank/opensource/memcached/memcached:1.6.31

Expand Down

0 comments on commit 3cec850

Please sign in to comment.