From 79ddc3a2f65c0779d9a799888d9c5b3085372a98 Mon Sep 17 00:00:00 2001 From: Tim Birkett Date: Tue, 13 Jul 2021 11:12:20 +0100 Subject: [PATCH] chore: update ecr exporter version --- charts/ecr-exporter/Chart.yaml | 7 ++++--- charts/ecr-exporter/README.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/ecr-exporter/Chart.yaml b/charts/ecr-exporter/Chart.yaml index 1b7dc3f..70004cb 100644 --- a/charts/ecr-exporter/Chart.yaml +++ b/charts/ecr-exporter/Chart.yaml @@ -15,12 +15,12 @@ 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.1 +version: 0.1.2 # 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. -appVersion: 0.1.1 +appVersion: 0.1.2 keywords: - prometheus @@ -39,4 +39,5 @@ maintainers: annotations: artifacthub.io/changes: | - - initial release \ No newline at end of file + - Add aws_ecr_image_pushed_at_timestamp_seconds + - Add aws_ecr_image_scan_completed_at_timestamp_seconds \ No newline at end of file diff --git a/charts/ecr-exporter/README.md b/charts/ecr-exporter/README.md index 6c519a0..b4187ea 100644 --- a/charts/ecr-exporter/README.md +++ b/charts/ecr-exporter/README.md @@ -1,6 +1,6 @@ # ecr-exporter -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square) +![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square) A Helm chart for the AWS ECR Prometheus exporter