diff --git a/charts/docker-hub-rate-limit-exporter-chart/Chart.yaml b/charts/docker-hub-rate-limit-exporter-chart/Chart.yaml index 16a90c4..c2f3991 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 @@ -21,12 +21,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.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 # 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