Skip to content

Commit

Permalink
chore(deps): update grafana/promtail:latest docker digest to 9b0a07d
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent eac456a commit 62b1333
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/host_vars/allaboutsecurity/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- "{{ compose_project_ports[0] }}:2368"
restart: always
promtail:
image: grafana/promtail:latest@sha256:7dbbf2f22fbc9562e264729814d890ba33375bd136072e9147d2065223167abd
image: grafana/promtail:latest@sha256:9b0a07d7ffde71e2c6834db9416fe292bfc72a6191aa34ddce2e3cfb707a46c1
restart: always
volumes:
- /var/log/cloudflared.log:/var/log/cloudflared.log:ro
Expand Down
2 changes: 1 addition & 1 deletion ansible/host_vars/nextcloud/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
interval: "{{ healthchecks_defaults.ping.interval }}s"
retries: 5
promtail:
image: grafana/promtail:latest@sha256:7dbbf2f22fbc9562e264729814d890ba33375bd136072e9147d2065223167abd
image: grafana/promtail:latest@sha256:9b0a07d7ffde71e2c6834db9416fe292bfc72a6191aa34ddce2e3cfb707a46c1
restart: always
volumes:
- /var/log/cloudflared.log:/var/log/cloudflared.log:ro
Expand Down
2 changes: 1 addition & 1 deletion ansible/host_vars/securemylife/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- "{{ compose_project_ports[0] }}:2368"
restart: always
promtail:
image: grafana/promtail:latest@sha256:7dbbf2f22fbc9562e264729814d890ba33375bd136072e9147d2065223167abd
image: grafana/promtail:latest@sha256:9b0a07d7ffde71e2c6834db9416fe292bfc72a6191aa34ddce2e3cfb707a46c1
restart: always
volumes:
- /var/log/cloudflared.log:/var/log/cloudflared.log:ro
Expand Down

0 comments on commit 62b1333

Please sign in to comment.