Skip to content

Commit

Permalink
Merge pull request #223 from dmarkey/patch-1
Browse files Browse the repository at this point in the history
Update deployment to use new version which is multi-arch
  • Loading branch information
k8s-ci-robot authored Jan 7, 2020
2 parents 705be50 + 5fc3bd7 commit 2eb8bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/config/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: git-sync
image: k8s.gcr.io/git-sync:v3.0.1
image: k8s.gcr.io/git-sync:v3.1.3
volumeMounts:
- name: markdown
mountPath: /tmp/git
Expand Down

0 comments on commit 2eb8bf2

Please sign in to comment.