Skip to content

Commit 60db92d

Browse files
chore: release 0.2.3 (#11)
1 parent 38960b2 commit 60db92d

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

charts/ecr-exporter/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.2
18+
version: 0.2.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
@@ -39,4 +39,4 @@ maintainers:
3939

4040
annotations:
4141
artifacthub.io/changes: |
42-
- increase timeoutSeconds on liveness and readiness probes
42+
- Allow configurable liveness probe

charts/ecr-exporter/README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ecr-exporter
22

3-
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square)
3+
![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square)
44

55
A Helm chart for the AWS ECR Prometheus exporter
66

@@ -34,6 +34,11 @@ helm install ecr-exporter aws-exporters/ecr-exporter
3434
| image.repository | string | `"ghcr.io/aws-exporters/prometheus-ecr-exporter"` | |
3535
| image.tag | string | `""` | |
3636
| imagePullSecrets | list | `[]` | |
37+
| livenessProbe.httpGet.path | string | `"/metrics"` | |
38+
| livenessProbe.httpGet.port | string | `"http"` | |
39+
| livenessProbe.initialDelaySeconds | int | `30` | |
40+
| livenessProbe.periodSeconds | int | `10` | |
41+
| livenessProbe.timeoutSeconds | int | `5` | |
3742
| nameOverride | string | `""` | |
3843
| nodeSelector | object | `{}` | |
3944
| podAnnotations | object | `{}` | |
@@ -49,9 +54,3 @@ helm install ecr-exporter aws-exporters/ecr-exporter
4954
| serviceAccount.create | bool | `true` | |
5055
| serviceAccount.name | string | `""` | |
5156
| tolerations | list | `[]` | |
52-
| livenessProbe.httpGet.path | string | `"/metrics"` | |
53-
| livenessProbe.httpGet.port | string | `"http"` | |
54-
| livenessProbe.initialDelaySecond | int | `30` | |
55-
| livenessProbe.periodSeconds | int | `10` | |
56-
| livenessProbe.timeoutSeconds | int | `5` | |
57-

0 commit comments

Comments
 (0)