Specify code-server image versions
This commit is contained in:
parent
0dcb09265b
commit
ec39940bbd
|
@ -17,7 +17,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-chmod-data
|
- name: init-chmod-data
|
||||||
image: busybox:latest
|
image: busybox:1.36
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
|
@ -30,7 +30,7 @@ spec:
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /home/coder
|
mountPath: /home/coder
|
||||||
containers:
|
containers:
|
||||||
- image: codercom/code-server:latest
|
- image: codercom/code-server:4.20.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: code-server
|
name: code-server
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Reference in New Issue