File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
55S3-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
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ monitoring:
237237
238238tests :
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
243243argoWorkflowsConfigHook :
You can’t perform that action at this time.
0 commit comments