Skip to content

Commit

Permalink
chore(deps): update promtail
Browse files Browse the repository at this point in the history
| datasource | package                                                | from    | to      |
| ---------- | ------------------------------------------------------ | ------- | ------- |
| docker     | docker.io/grafana/promtail                             | 2.9.6   | 3.0.0   |
| docker     | ghcr.io/jimmidyson/configmap-reload                    | v0.12.0 | v0.13.0 |
| docker     | registry1.dso.mil/ironbank/opensource/grafana/promtail | v2.9.6  | v2.9.7  |
  • Loading branch information
renovate[bot] authored Apr 29, 2024
1 parent 2220272 commit dbc7973
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/promtail/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
registry: registry1.dso.mil
repository: ironbank/opensource/grafana/promtail
tag: v2.9.6
tag: v2.9.7
sidecar:
configReloader:
image:
Expand Down
4 changes: 2 additions & 2 deletions src/promtail/values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
image:
registry: docker.io
repository: grafana/promtail
tag: 2.9.6
tag: 3.0.0
sidecar:
configReloader:
image:
registry: ghcr.io
repository: jimmidyson/configmap-reload
tag: v0.12.0
tag: v0.13.0
6 changes: 3 additions & 3 deletions src/promtail/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- ghcr.io/jimmidyson/configmap-reload:v0.12.0
- docker.io/grafana/promtail:2.9.6
- ghcr.io/jimmidyson/configmap-reload:v0.13.0
- docker.io/grafana/promtail:3.0.0

- name: promtail
required: true
Expand All @@ -33,4 +33,4 @@ components:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload:v0.12.0
- registry1.dso.mil/ironbank/opensource/grafana/promtail:v2.9.6
- registry1.dso.mil/ironbank/opensource/grafana/promtail:v2.9.7

0 comments on commit dbc7973

Please sign in to comment.