File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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.2.4
23
+ version : 0.2.5
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.2.4 "
29
+ appVersion : " 0.2.5 "
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ 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.2.4 ] ( https://img.shields.io/badge/Version-0.2.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.2.4 ] ( https://img.shields.io/badge/AppVersion-0.2.4 -informational?style=flat-square )
9
+ ![ Version: 0.2.5 ] ( https://img.shields.io/badge/Version-0.2.5 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.2.5 ] ( https://img.shields.io/badge/AppVersion-0.2.5 -informational?style=flat-square )
10
10
11
11
## Values
12
12
13
13
| Key | Type | Default | Description |
14
14
| -----| ------| ---------| -------------|
15
- | awsRegistryId | string | ` nil ` | ECR Registry ID to override picking the default |
15
+ | awsRegistryId | string | ` "" ` | ECR Registry ID to override picking the default |
16
16
| fullnameOverride | string | ` "" ` | Override fullname |
17
17
| image.pullPolicy | string | ` "IfNotPresent" ` | Pull Policy for images in cronjob |
18
18
| image.registry | string | ` "ghcr.io" ` | Image Registry |
Original file line number Diff line number Diff line change 14
14
tag : " "
15
15
16
16
# -- ECR Registry ID to override picking the default
17
- awsRegistryId :
17
+ awsRegistryId : " "
18
18
19
19
# -- List of imagePullSecrets to use when getting images
20
20
imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments