This repository was archived by the owner on Sep 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 22
33service :
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
You can’t perform that action at this time.
0 commit comments