From f276565224e9a9a805fd85daaa8e94a0ffad19d3 Mon Sep 17 00:00:00 2001 From: Mathis Date: Mon, 3 Jun 2024 13:34:16 +0000 Subject: [PATCH] Pin code server --- apps/code-server/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/code-server/deployment.yaml b/apps/code-server/deployment.yaml index b71c554..af822c0 100644 --- a/apps/code-server/deployment.yaml +++ b/apps/code-server/deployment.yaml @@ -17,7 +17,7 @@ spec: spec: initContainers: - name: init-chmod-data - image: busybox:1.36 + image: busybox:1.36@sha256:5eef5ed34e1e1ff0a4ae850395cbf665c4de6b4b83a32a0bc7bcb998e24e7bbb imagePullPolicy: IfNotPresent command: - sh @@ -30,7 +30,7 @@ spec: - name: data mountPath: /home/coder containers: - - image: codercom/code-server:4.20.0 + - image: codercom/code-server:4.89.1-ubuntu@sha256:d7faf97bc59933b398d5df5c5aec786637a9e40ae8c842bb8d23ca20e0946739 imagePullPolicy: IfNotPresent name: code-server args: