Update deployment to use new version which is multi-arch
So it can run on a Raspberry Pi
This commit is contained in:
parent
705be50aa0
commit
5fc3bd798c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue