From 6fd9551bd73087053fa957ff2dd7c85cd02fdcf4 Mon Sep 17 00:00:00 2001 From: Max Strohbuecker Date: Mon, 22 Apr 2024 17:08:00 +0200 Subject: [PATCH 1/2] feat(chart): add ecr registry as comment in values.yaml, use newest image in chart --- charts/docker-hub-rate-limit-exporter-chart/Chart.yaml | 4 ++-- charts/docker-hub-rate-limit-exporter-chart/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/docker-hub-rate-limit-exporter-chart/Chart.yaml b/charts/docker-hub-rate-limit-exporter-chart/Chart.yaml index 16a90c4..83ed1ea 100644 --- a/charts/docker-hub-rate-limit-exporter-chart/Chart.yaml +++ b/charts/docker-hub-rate-limit-exporter-chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: docker-hub-rate-limit-exporter -description: Export your current docker hub rate limit status to prometheus. +description: Export your current docker hub rate limit status to Prometheus. icon: https://raw.githubusercontent.com/viadee/docker-hub-rate-limit-exporter/main/charts/docker-hub-rate-limit-exporter-chart/icon.png keywords: - docker @@ -26,7 +26,7 @@ version: 0.3.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 # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: version-1.8 +appVersion: 1.8.3 home: https://github.com/viadee/docker-hub-rate-limit-exporter/ sources: diff --git a/charts/docker-hub-rate-limit-exporter-chart/values.yaml b/charts/docker-hub-rate-limit-exporter-chart/values.yaml index 075f0f6..cfdd69c 100644 --- a/charts/docker-hub-rate-limit-exporter-chart/values.yaml +++ b/charts/docker-hub-rate-limit-exporter-chart/values.yaml @@ -16,7 +16,7 @@ daemonset: enabled: false image: - repository: viadee/docker-hub-rate-limit-exporter + repository: viadee/docker-hub-rate-limit-exporter # alternatively use AWS ECR: public.ecr.aws/viadee/docker-hub-rate-limit-exporter tag: "" pullPolicy: IfNotPresent From 19693a29459e26fa7f34b86ad67e5067a4a1e815 Mon Sep 17 00:00:00 2001 From: Max Strohbuecker Date: Mon, 22 Apr 2024 17:15:51 +0200 Subject: [PATCH 2/2] fix(helm): bump up chart version --- charts/docker-hub-rate-limit-exporter-chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/docker-hub-rate-limit-exporter-chart/Chart.yaml b/charts/docker-hub-rate-limit-exporter-chart/Chart.yaml index 83ed1ea..c2f3991 100644 --- a/charts/docker-hub-rate-limit-exporter-chart/Chart.yaml +++ b/charts/docker-hub-rate-limit-exporter-chart/Chart.yaml @@ -21,7 +21,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.3.3 +version: 0.3.4 # 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