Merge branch 'master' into update-code-of-conduct

This commit is contained in:
Tim Hockin 2017-12-22 17:29:09 -06:00 committed by GitHub
commit 666d220200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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