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.2  | 2.9.6   |
| docker     | docker.io/jimmidyson/configmap-reload                             | v0.8.0 | v0.9.0  |
| helm       | promtail                                                          | 6.15.3 | 6.15.5  |
| docker     | registry1.dso.mil/ironbank/opensource/grafana/promtail            | v2.9.2 | v2.9.5  |
| docker     | registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload | v0.8.0 | v0.12.0 |
  • Loading branch information
renovate[bot] committed Mar 25, 2024
1 parent 5f96865 commit 031ad77
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/promtail/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ components:
localPath: ../chart
- name: promtail
url: https://grafana.github.io/helm-charts/
version: 6.15.3
version: 6.15.5
namespace: promtail
gitPath: charts/promtail
valuesFiles:
Expand Down
4 changes: 2 additions & 2 deletions src/promtail/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
image:
registry: registry1.dso.mil
repository: ironbank/opensource/grafana/promtail
tag: v2.9.2
tag: v2.9.5
sidecar:
configReloader:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/jimmidyson/configmap-reload
tag: v0.8.0
tag: v0.12.0
2 changes: 1 addition & 1 deletion src/promtail/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ sidecar:
image:
registry: docker.io
repository: jimmidyson/configmap-reload
tag: v0.8.0
tag: v0.9.0
8 changes: 4 additions & 4 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:
- docker.io/jimmidyson/configmap-reload:v0.8.0
- docker.io/grafana/promtail:2.9.2
- docker.io/jimmidyson/configmap-reload:v0.9.0
- docker.io/grafana/promtail:2.9.6

- name: promtail
required: true
Expand All @@ -32,5 +32,5 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload:v0.8.0
- registry1.dso.mil/ironbank/opensource/grafana/promtail:v2.9.2
- registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload:v0.12.0
- registry1.dso.mil/ironbank/opensource/grafana/promtail:v2.9.5

0 comments on commit 031ad77

Please sign in to comment.