Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request kubernetes#79 from thockin-tmp/gcr-vanity
Browse files Browse the repository at this point in the history
Convert registry to k8s.gcr.io
  • Loading branch information
thockin authored Dec 22, 2017
2 parents dac3f77 + 0304aa8 commit 102afc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/config/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: git-sync
image: gcr.io/google_containers/git-sync:v2.0.4
image: k8s.gcr.io/git-sync:v2.0.4
imagePullPolicy: Always
volumeMounts:
- name: markdown
Expand All @@ -18,7 +18,7 @@ spec:
- name: GIT_SYNC_DEST
value: git
- name: hugo
image: gcr.io/google_containers/hugo
image: k8s.gcr.io/hugo
imagePullPolicy: Always
securityContext:
runAsUser: 0
Expand Down

0 comments on commit 102afc0

Please sign in to comment.