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

Commit

Permalink
VSCode : version 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt committed Feb 14, 2021
1 parent 3c948c8 commit 2255ba2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/vscode/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/vscode/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2255ba2

Please sign in to comment.