Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 2255ba2

Browse files
committed
VSCode : version 3.9.0
1 parent 3c948c8 commit 2255ba2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/vscode/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.3.6
18+
version: 0.3.7
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/vscode/values.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"repository": {
3636
"type": "string",
3737
"description": "Version of vscode to use",
38-
"default": "inseefrlab/vscode-python:3.8.1",
38+
"default": "inseefrlab/vscode-python:3.9.0",
3939
"enum": [
40-
"inseefrlab/vscode-python:3.8.1",
41-
"codercom/code-server:3.8.1"
40+
"inseefrlab/vscode-python:3.9.0",
41+
"codercom/code-server:3.9.0"
4242
]
4343
}
4444
}

charts/vscode/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
service:
44
image:
5-
repository: "inseefrlab/vscode-python:3.8.1"
5+
repository: "inseefrlab/vscode-python:3.9.0"
66
pullPolicy: IfNotPresent
77
# Overrides the image tag whose default is the chart appVersion.
88

0 commit comments

Comments
 (0)