From 60db92d11182e0263929cbbe812671867e79e137 Mon Sep 17 00:00:00 2001 From: Tim Birkett <57101177+js-timbirkett@users.noreply.github.com> Date: Thu, 9 Dec 2021 12:08:15 +0000 Subject: [PATCH] chore: release 0.2.3 (#11) --- charts/ecr-exporter/Chart.yaml | 4 ++-- charts/ecr-exporter/README.md | 13 ++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/charts/ecr-exporter/Chart.yaml b/charts/ecr-exporter/Chart.yaml index b9f3a46..24aa2dd 100644 --- a/charts/ecr-exporter/Chart.yaml +++ b/charts/ecr-exporter/Chart.yaml @@ -15,7 +15,7 @@ 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.2.2 +version: 0.2.3 # 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 @@ -39,4 +39,4 @@ maintainers: annotations: artifacthub.io/changes: | - - increase timeoutSeconds on liveness and readiness probes + - Allow configurable liveness probe diff --git a/charts/ecr-exporter/README.md b/charts/ecr-exporter/README.md index c793790..3e821d5 100644 --- a/charts/ecr-exporter/README.md +++ b/charts/ecr-exporter/README.md @@ -1,6 +1,6 @@ # ecr-exporter -![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) +![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) A Helm chart for the AWS ECR Prometheus exporter @@ -34,6 +34,11 @@ helm install ecr-exporter aws-exporters/ecr-exporter | image.repository | string | `"ghcr.io/aws-exporters/prometheus-ecr-exporter"` | | | image.tag | string | `""` | | | imagePullSecrets | list | `[]` | | +| livenessProbe.httpGet.path | string | `"/metrics"` | | +| livenessProbe.httpGet.port | string | `"http"` | | +| livenessProbe.initialDelaySeconds | int | `30` | | +| livenessProbe.periodSeconds | int | `10` | | +| livenessProbe.timeoutSeconds | int | `5` | | | nameOverride | string | `""` | | | nodeSelector | object | `{}` | | | podAnnotations | object | `{}` | | @@ -49,9 +54,3 @@ helm install ecr-exporter aws-exporters/ecr-exporter | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | | tolerations | list | `[]` | | -| livenessProbe.httpGet.path | string | `"/metrics"` | | -| livenessProbe.httpGet.port | string | `"http"` | | -| livenessProbe.initialDelaySecond | int | `30` | | -| livenessProbe.periodSeconds | int | `10` | | -| livenessProbe.timeoutSeconds | int | `5` | | -