Skip to content

Commit c728b07

Browse files
chore(CR-27571): updated aws-cli
chore(CR-27571): updated aws-cli
2 parents c7760ce + 0e79021 commit c728b07

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

script/helm/garage/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type: application
1717
# This is the chart version. This version number should be incremented each time you make changes
1818
# to the chart and its templates, including the app version.
1919
# Versions are expected to follow Semantic Versioning (https://semver.org/)
20-
version: 0.5.0-cf.2
20+
version: 0.5.0-cf.3
2121

2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application. Versions are not expected to

script/helm/garage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# garage
22

3-
![Version: 0.5.0-cf.2](https://img.shields.io/badge/Version-0.5.0--cf.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.4](https://img.shields.io/badge/AppVersion-v0.9.4-informational?style=flat-square)
3+
![Version: 0.5.0-cf.3](https://img.shields.io/badge/Version-0.5.0--cf.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.4](https://img.shields.io/badge/AppVersion-v0.9.4-informational?style=flat-square)
44

55
S3-compatible object store for small self-hosted geo-distributed deployments
66

@@ -94,7 +94,7 @@ S3-compatible object store for small self-hosted geo-distributed deployments
9494
| serviceAccount.annotations | object | `{}` | |
9595
| serviceAccount.create | bool | `true` | |
9696
| serviceAccount.name | string | `""` | |
97-
| tests.awsCliImage | string | `"amazon/aws-cli:2.13.2"` | |
97+
| tests.awsCliImage | string | `"amazon/aws-cli:2.24.11"` | |
9898
| tests.enabled | bool | `true` | |
9999
| tolerations | list | `[]` | |
100100

script/helm/garage/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ monitoring:
237237

238238
tests:
239239
enabled: true
240-
awsCliImage: "amazon/aws-cli:2.13.2"
240+
awsCliImage: "amazon/aws-cli:2.24.11"
241241

242242
# -- Config hook for argo workflows
243243
argoWorkflowsConfigHook:

0 commit comments

Comments
 (0)