Skip to content

Commit

Permalink
fix(snmp-exporter): use quay as default repository
Browse files Browse the repository at this point in the history
We should not be using Dockerhub when these images are available on quay, this will make it more consistent with the other images from the other charts in this Helm repo.

Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p authored Feb 27, 2024
1 parent 845c7fa commit 01d42eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus-snmp-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ restartPolicy: Always
kind: Deployment

image:
repository: prom/snmp-exporter
repository: quay.io/prometheus/snmp-exporter
# if not set appVersion field from Chart.yaml is used
tag: ""
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 01d42eb

Please sign in to comment.