Merge pull request #6908 from truongnh1992/gcrio

Use 'k8s.gcr.io' instead of 'gcr.io/google-containers'
pull/6915/head
Thomas Strömberg 2020-03-06 10:46:50 -08:00 committed by GitHub
commit 96a40d254e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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