Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add AWS ECR registry as comment in values.yaml, use newest image in chart #37

Merged
merged 2 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading