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 +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ type: application
2323# This is the chart version. This version number should be incremented each time you make changes
2424# to the chart and its templates, including the app version.
2525# Versions are expected to follow Semantic Versioning (https://semver.org/)
26- version : 6.6 .0
26+ version : 6.7 .0
2727
2828# This is the version number of the application being deployed. This version number should be
2929# incremented each time you make changes to the application. Versions are not expected to
3030# follow Semantic Versioning. They should reflect the version the application is using.
31- appVersion : 2.5 .0
31+ appVersion : 2.6 .0
3232
3333dependencies :
3434 - name : library-chart
Original file line number Diff line number Diff line change 9393 "version" : {
9494 "description" : " vscode supported version" ,
9595 "type" : " string" ,
96- "default" : " inseefrlab/vscode-python:2.5 .0" ,
96+ "default" : " inseefrlab/vscode-python:2.6 .0" ,
9797 "enum" : [
98- " inseefrlab/vscode-python:2.5 .0" ,
98+ " inseefrlab/vscode-python:2.6 .0" ,
9999 " inseefrlab/vscode-python:2.4.0" ,
100100 " inseefrlab/vscode-python:1.0.0"
101101 ],
118118 "version" : {
119119 "description" : " vscode unsupported version" ,
120120 "type" : " string" ,
121- "default" : " inseefrlab/vscode-python:2.5 .0" ,
121+ "default" : " inseefrlab/vscode-python:2.6 .0" ,
122122 "hidden" : {
123123 "value" : false ,
124124 "path" : " service/image/custom/enabled"
Original file line number Diff line number Diff line change 22
33service :
44 image :
5- version : " inseefrlab/vscode-python:2.5 .0"
5+ version : " inseefrlab/vscode-python:2.6 .0"
66 pullPolicy : IfNotPresent
77 custom :
88 enabled : false
9- version : " inseefrlab/vscode-python:2.5 .0"
9+ version : " inseefrlab/vscode-python:2.6 .0"
1010
1111security :
1212 password : " changeme"
You can’t perform that action at this time.
0 commit comments