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
17
17
# This is the chart version. This version number should be incremented each time you make changes
18
18
# to the chart and its templates, including the app version.
19
19
# Versions are expected to follow Semantic Versioning (https://semver.org/)
20
- version : 0.5.0-cf.2
20
+ version : 0.5.0-cf.3
21
21
22
22
# This is the version number of the application being deployed. This version number should be
23
23
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1
1
# garage
2
2
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 )
4
4
5
5
S3-compatible object store for small self-hosted geo-distributed deployments
6
6
@@ -94,7 +94,7 @@ S3-compatible object store for small self-hosted geo-distributed deployments
94
94
| serviceAccount.annotations | object | ` {} ` | |
95
95
| serviceAccount.create | bool | ` true ` | |
96
96
| serviceAccount.name | string | ` "" ` | |
97
- | tests.awsCliImage | string | ` "amazon/aws-cli:2.13.2 " ` | |
97
+ | tests.awsCliImage | string | ` "amazon/aws-cli:2.24.11 " ` | |
98
98
| tests.enabled | bool | ` true ` | |
99
99
| tolerations | list | ` [] ` | |
100
100
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ monitoring:
237
237
238
238
tests :
239
239
enabled : true
240
- awsCliImage : " amazon/aws-cli:2.13.2 "
240
+ awsCliImage : " amazon/aws-cli:2.24.11 "
241
241
242
242
# -- Config hook for argo workflows
243
243
argoWorkflowsConfigHook :
You can’t perform that action at this time.
0 commit comments