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

fix(docker-image): update ghcr.io/mmalyska/s3-bucket-cleaner docker tag to v2.19.1 #1983

Merged
merged 1 commit into from
Nov 1, 2024
Merged
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 cluster/system/talos-backup/templates/cronjob-cleaner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: talos-backup-cleaner
image: ghcr.io/mmalyska/s3-bucket-cleaner:2.19.0@sha256:6d8d7cd43e356d3ba12c0a42af708f293983f70ad4639fb8d06262a2d8d8c3da
image: ghcr.io/mmalyska/s3-bucket-cleaner:2.19.1@sha256:8207292522584600c8df4e819220987f47b72bbf93b6af9d9e9943cfdd12af25
imagePullPolicy: IfNotPresent
env:
- name: AWS_ACCESS_KEY_ID
Expand Down