Skip to content

Commit 97f2812

Browse files
fix: add default for awsRegistryId
1 parent 715b91c commit 97f2812

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/ecr-cleanup/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ type: application
2020
# This is the chart version. This version number should be incremented each time you make changes
2121
# to the chart and its templates, including the app version.
2222
# Versions are expected to follow Semantic Versioning (https://semver.org/)
23-
version: 0.2.4
23+
version: 0.2.5
2424

2525
# This is the version number of the application being deployed. This version number should be
2626
# incremented each time you make changes to the application. Versions are not expected to
2727
# follow Semantic Versioning. They should reflect the version the application is using.
2828
# It is recommended to use it with quotes.
29-
appVersion: "0.2.4"
29+
appVersion: "0.2.5"

charts/ecr-cleanup/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Deploys a job that cleans up an ECR repo based on the following rules.
66
3. Has the container been tagged with the word `keep`
77
4. Is the container the only tag in the ECR repository
88

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)
1010

1111
## Values
1212

1313
| Key | Type | Default | Description |
1414
|-----|------|---------|-------------|
15-
| awsRegistryId | string | `nil` | ECR Registry ID to override picking the default |
15+
| awsRegistryId | string | `""` | ECR Registry ID to override picking the default |
1616
| fullnameOverride | string | `""` | Override fullname |
1717
| image.pullPolicy | string | `"IfNotPresent"` | Pull Policy for images in cronjob |
1818
| image.registry | string | `"ghcr.io"` | Image Registry |

charts/ecr-cleanup/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image:
1414
tag: ""
1515

1616
# -- ECR Registry ID to override picking the default
17-
awsRegistryId:
17+
awsRegistryId: ""
1818

1919
# -- List of imagePullSecrets to use when getting images
2020
imagePullSecrets: []

0 commit comments

Comments
 (0)