Skip to content

Commit

Permalink
Update amazon/aws-cli Docker tag to v2.13.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Oct 13, 2023
1 parent 1104605 commit c299b3f
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.25
image: amazon/aws-cli:2.13.26
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.25
image: amazon/aws-cli:2.13.26
imagePullPolicy: Always
command: ['/bin/sh', '-c']
args:
Expand Down

0 comments on commit c299b3f

Please sign in to comment.