Skip to content

Commit

Permalink
Merge pull request #37 from viadee/feature/add-ecr-registry
Browse files Browse the repository at this point in the history
Feature: Add AWS ECR registry as comment in values.yaml, use newest image in chart
  • Loading branch information
MaxStroh authored Apr 22, 2024
2 parents fa7965b + 19693a2 commit 46c7c20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/docker-hub-rate-limit-exporter-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/docker-hub-rate-limit-exporter-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 46c7c20

Please sign in to comment.