From 550f2b184648ebd99b02984d85702e45d85aa199 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:38:42 +0000 Subject: [PATCH] feat(docker-image): update ghcr.io/coder/code-server docker tag to v4.91.0 | datasource | package | from | to | | ---------- | ------------------------- | ------ | ------ | | docker | ghcr.io/coder/code-server | 4.90.3 | 4.91.0 | --- charts/library/common/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index 50e9c750..c80ab0a0 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -604,7 +604,7 @@ addons: # -- Specify the code-server image repository: ghcr.io/coder/code-server # -- Specify the code-server image tag - tag: 4.90.3 + tag: 4.91.0 # -- Specify the code-server image pull policy pullPolicy: IfNotPresent