Skip to content

Commit

Permalink
Merge pull request #24 from dell/feature-744-k8s-registry
Browse files Browse the repository at this point in the history
Switch K8s registry to registry.k8s.io
  • Loading branch information
AkshaySainiDell authored Jun 5, 2023
2 parents 5a54185 + cc8c700 commit cf35a37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
emptyDir: {}
containers:
- name: metrics-server
image: k8s.gcr.io/metrics-server-amd64:v0.3.5
image: registry.k8s.io/metrics-server-amd64:v0.3.5
imagePullPolicy: Always
volumeMounts:
- name: tmp-dir
Expand Down

0 comments on commit cf35a37

Please sign in to comment.