Skip to content

Commit

Permalink
Merge pull request #6908 from truongnh1992/gcrio
Browse files Browse the repository at this point in the history
Use 'k8s.gcr.io' instead of 'gcr.io/google-containers'
  • Loading branch information
tstromberg authored Mar 6, 2020
2 parents 5b7a7f2 + 9ff0886 commit 96a40d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/addons/gpu/nvidia-driver-installer.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ spec:
- name: root-mount
mountPath: /root
containers:
- image: "{{default "gcr.io/google-containers" .ImageRepository}}/pause:2.0"
- image: "{{default "k8s.gcr.io" .ImageRepository}}/pause:2.0"
name: pause

0 comments on commit 96a40d2

Please sign in to comment.