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