Skip to content

Commit

Permalink
Change registry url to registry.k8s.io (kubecost#2018)
Browse files Browse the repository at this point in the history
as k8s.gcr.io will be frozen and will need to replace it with
`registry.k8s.io`

Ref: https://kubernetes.io/blog/2023/02/06/k8s-gcr-io-freeze-announcement/
  • Loading branch information
surajnarwade authored Mar 2, 2023
1 parent 8207a31 commit 549a0d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion kubecost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20757,7 +20757,7 @@ spec:


imagePullPolicy: IfNotPresent
image: "k8s.gcr.io/kube-state-metrics/kube-state-metrics:v1.9.8"
image: "registry.k8s.io/kube-state-metrics/kube-state-metrics:v1.9.8"
ports:
- containerPort: 8080
livenessProbe:
Expand Down

0 comments on commit 549a0d6

Please sign in to comment.