Specify code-server image versions

This commit is contained in:
Mathis 2024-01-04 21:01:24 +00:00
parent 0dcb09265b
commit ec39940bbd
1 changed files with 2 additions and 2 deletions

View File

@ -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: