File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ type: application
20
20
# This is the chart version. This version number should be incremented each time you make changes
21
21
# to the chart and its templates, including the app version.
22
22
# Versions are expected to follow Semantic Versioning (https://semver.org/)
23
- version : 0.3.0
23
+ version : 0.3.1
24
24
25
25
# This is the version number of the application being deployed. This version number should be
26
26
# incremented each time you make changes to the application. Versions are not expected to
27
27
# follow Semantic Versioning. They should reflect the version the application is using.
28
28
# It is recommended to use it with quotes.
29
- appVersion : " 0.3.0 "
29
+ appVersion : " 0.3.1 "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Deploys a job that cleans up an ECR repo based on the following rules.
6
6
3 . Has the container been tagged with the word ` keep `
7
7
4 . Is the container the only tag in the ECR repository
8
8
9
- ![ Version: 0.3.0 ] ( https://img.shields.io/badge/Version-0.3.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.3.0 ] ( https://img.shields.io/badge/AppVersion-0.3.0 -informational?style=flat-square )
9
+ ![ Version: 0.3.1 ] ( https://img.shields.io/badge/Version-0.3.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.3.1 ] ( https://img.shields.io/badge/AppVersion-0.3.1 -informational?style=flat-square )
10
10
11
11
## Values
12
12
@@ -15,7 +15,7 @@ Deploys a job that cleans up an ECR repo based on the following rules.
15
15
| awsRegistryId | string | ` "" ` | ECR Registry ID to override picking the default |
16
16
| command | list | ` ["/code/main.py"] ` | Command being run by the cronjob |
17
17
| dryRun | bool | ` false ` | Should the tool run in dryrun |
18
- | extraEnvs | object | ` {} ` | |
18
+ | extraEnvs | list | ` [] ` | |
19
19
| fullnameOverride | string | ` "" ` | Override fullname |
20
20
| image.pullPolicy | string | ` "IfNotPresent" ` | Pull Policy for images in cronjob |
21
21
| image.registry | string | ` "ghcr.io" ` | Image Registry |
Original file line number Diff line number Diff line change 16
16
},
17
17
"extraEnvs" : {
18
18
"type" : [
19
- " object " ,
19
+ " array " ,
20
20
" null"
21
21
]
22
22
},
Original file line number Diff line number Diff line change @@ -75,4 +75,4 @@ resources:
75
75
# memory: 128Mi
76
76
77
77
# # -- ENV variables to pass to cronjob
78
- extraEnvs : {}
78
+ extraEnvs : []
You can’t perform that action at this time.
0 commit comments