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:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: git-sync
|
- name: git-sync
|
||||||
image: k8s.gcr.io/git-sync:v3.0.1
|
image: k8s.gcr.io/git-sync:v3.1.3
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: markdown
|
- name: markdown
|
||||||
mountPath: /tmp/git
|
mountPath: /tmp/git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue