Skip to content

Commit

Permalink
update configmap-reloader to pull from ghcr and use latest v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanHoladay committed Mar 25, 2024
1 parent 031ad77 commit 7030c3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/promtail/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ image:
sidecar:
configReloader:
image:
registry: docker.io
registry: ghcr.io
repository: jimmidyson/configmap-reload
tag: v0.9.0
tag: v0.12.0
2 changes: 1 addition & 1 deletion src/promtail/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- docker.io/jimmidyson/configmap-reload:v0.9.0
- ghcr.io/jimmidyson/configmap-reload:v0.12.0
- docker.io/grafana/promtail:2.9.6

- name: promtail
Expand Down

0 comments on commit 7030c3d

Please sign in to comment.