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(container): update amazon/aws-cli ( 2.22.20 → 2.22.21 ) #355

Merged
merged 1 commit into from
Dec 20, 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 kubernetes/main/apps/vault/vault/app/backup-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- name: share
mountPath: "/share"
- name: snapshotupload
image: amazon/aws-cli:2.22.20@sha256:aa111e8a79d6a8cf61099a8e1c96c68647ba5f2cca9eb34ae214122595c443df
image: amazon/aws-cli:2.22.21@sha256:a53f0f555f45cb285df5d6d8f641b29966a36a02761b96228e0aeeb2664dcbaa
imagePullPolicy: IfNotPresent
env:
- name: AWS_ACCESS_KEY_ID
Expand Down
Loading