Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from ahmedwaleedmalik/update-k8s-registry
Browse files Browse the repository at this point in the history
fix: migrate from k8s.gcr.io to registry.k8s.io
  • Loading branch information
AjayTripathy authored Mar 21, 2023
2 parents 05cc00f + 1ad2bfb commit 7e71fa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Default values for kube-state-metrics.
prometheusScrape: true
image:
repository: k8s.gcr.io/kube-state-metrics/kube-state-metrics
repository: registry.k8s.io/kube-state-metrics/kube-state-metrics
tag: v1.9.8
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 7e71fa5

Please sign in to comment.