Skip to content

Commit

Permalink
scripts/standard.jsonnet: Change the default image registry to gcr
Browse files Browse the repository at this point in the history
  • Loading branch information
lilic committed Nov 23, 2020
1 parent e7ea806 commit 8122ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/standard.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ ksm {
name:: 'kube-state-metrics',
namespace:: 'kube-system',
version:: version,
image:: 'quay.io/coreos/kube-state-metrics:v' + version,
image:: 'k8s.gcr.io/kube-state-metrics/kube-state-metrics:v' + version,
}

0 comments on commit 8122ba9

Please sign in to comment.