Skip to content

Commit

Permalink
Update amazon/aws-cli Docker tag to v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Dec 10, 2023
1 parent 8330c45 commit b6dfe5b
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.14.6
image: amazon/aws-cli:2.15.0
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.14.6
image: amazon/aws-cli:2.15.0
imagePullPolicy: Always
command: ['/bin/sh', '-c']
args:
Expand Down

0 comments on commit b6dfe5b

Please sign in to comment.