Skip to content

Commit

Permalink
Merge pull request #7 from text-adi/update
Browse files Browse the repository at this point in the history
Create release 1.0.0 ecr-registry-helper
  • Loading branch information
text-adi authored Apr 25, 2024
2 parents 08bb539 + 11832c6 commit 5ebd4d3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/ecr-registry-helper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.7
version: 1.0.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.15.39-1.30.0"
appVersion: "2.15.40-1.30.0"
30 changes: 30 additions & 0 deletions charts/ecr-registry-helper/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Helm package for ECR Registry helper

## Installing the Chart

Add the repository to helm. How to do it is described in
detail [here](https://github.com/text-adi/helm-charts?tab=readme-ov-file#add-repository).

To install the chart:

Example:

```console
helm install ecr-registry-helper textadi/ecr-registry-helper
```

## Parameters

| Name | Description | Value |
|------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------|
| `image.registry` | Image registry | `docker.io` |
| `image.repository` | Image repository | `textadi/ecr-registry-helper` |
| `image.tag` | Image tag | `2.15.40-1.30.0` |
| `aws.accessKeyID` | AWS Access key ID | `` |
| `aws.secretAccessKey` | AWS Secret access key | `` |
| `aws.account` | AWS account | `` |
| `aws.region` | AWS region | `eu-central-1` |
| `secretName` | Secret name will created in k8s by job | `regcred` |
| `cronJobSchedule` | The frequency of running a job to update accesses | `0 */1 * * *` |
| `successfulJobsHistoryLimit` | Number of copies of successful job execution. [Details](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#jobs-history-limits) | `1` |
| `failedJobsHistoryLimit` | Number of copies of unsuccessful job execution [Details](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#jobs-history-limits) | `1` |

0 comments on commit 5ebd4d3

Please sign in to comment.