From 2255ba2473593ac8a3f034295af67a325ad4369d Mon Sep 17 00:00:00 2001 From: Olivier Levitt Date: Sun, 14 Feb 2021 23:30:57 +0100 Subject: [PATCH] VSCode : version 3.9.0 --- charts/vscode/Chart.yaml | 2 +- charts/vscode/values.schema.json | 6 +++--- charts/vscode/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/vscode/Chart.yaml b/charts/vscode/Chart.yaml index 114b938a..b9c94ca8 100644 --- a/charts/vscode/Chart.yaml +++ b/charts/vscode/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.6 +version: 0.3.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/vscode/values.schema.json b/charts/vscode/values.schema.json index 7e4d844b..d2b3f94a 100644 --- a/charts/vscode/values.schema.json +++ b/charts/vscode/values.schema.json @@ -35,10 +35,10 @@ "repository": { "type": "string", "description": "Version of vscode to use", - "default": "inseefrlab/vscode-python:3.8.1", + "default": "inseefrlab/vscode-python:3.9.0", "enum": [ - "inseefrlab/vscode-python:3.8.1", - "codercom/code-server:3.8.1" + "inseefrlab/vscode-python:3.9.0", + "codercom/code-server:3.9.0" ] } } diff --git a/charts/vscode/values.yaml b/charts/vscode/values.yaml index eb8d122c..10c1e994 100644 --- a/charts/vscode/values.yaml +++ b/charts/vscode/values.yaml @@ -2,7 +2,7 @@ service: image: - repository: "inseefrlab/vscode-python:3.8.1" + repository: "inseefrlab/vscode-python:3.9.0" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion.