Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update grafana/promtail:latest docker digest to 45d54f0 #2616

Merged
merged 1 commit into from
May 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:ba5f128849f51db31459a8ecd63d3f50e443af8585cf088ec11cb22248c6ae23
image: grafana/promtail:latest@sha256:45d54f0ebd7a19acbcd4693a3227d84d27d98abe1dc7ea3068d31d5d02dbe696
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:ba5f128849f51db31459a8ecd63d3f50e443af8585cf088ec11cb22248c6ae23
image: grafana/promtail:latest@sha256:45d54f0ebd7a19acbcd4693a3227d84d27d98abe1dc7ea3068d31d5d02dbe696
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:ba5f128849f51db31459a8ecd63d3f50e443af8585cf088ec11cb22248c6ae23
image: grafana/promtail:latest@sha256:45d54f0ebd7a19acbcd4693a3227d84d27d98abe1dc7ea3068d31d5d02dbe696
restart: always
volumes:
- /var/log/cloudflared.log:/var/log/cloudflared.log:ro
Expand Down
Loading