Skip to content

Commit

Permalink
Update amazon/aws-cli Docker tag to v2.13.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Sep 24, 2023
1 parent 59b8797 commit 245f186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/abacus-kubernetes/abacus/arangodb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
mountPath: /tmp/dump
containers:
- name: dump-upload
image: amazon/aws-cli:2.13.20
image: amazon/aws-cli:2.13.21
imagePullPolicy: Always
command: ['/bin/sh', '-c']
args:
Expand Down
2 changes: 1 addition & 1 deletion src/abacus-kubernetes/manual-arangodb-restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
restartPolicy: Never
initContainers:
- name: dump-download
image: amazon/aws-cli:2.13.20
image: amazon/aws-cli:2.13.21
imagePullPolicy: Always
command: ['/bin/sh', '-c']
args:
Expand Down

0 comments on commit 245f186

Please sign in to comment.