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

Commit de2603a

Browse files
committed
bump vscode-python version
1 parent 34cf74d commit de2603a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

charts/vscode/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.5.0
26+
version: 6.6.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: latest
31+
appVersion: 2.5.0
3232

3333
dependencies:
3434
- name: library-chart

charts/vscode/values.schema.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@
9393
"version": {
9494
"description": "vscode supported version",
9595
"type": "string",
96-
"default": "inseefrlab/vscode-python:2.4.0",
96+
"default": "inseefrlab/vscode-python:2.5.0",
9797
"enum": [
98+
"inseefrlab/vscode-python:2.5.0",
9899
"inseefrlab/vscode-python:2.4.0",
99100
"inseefrlab/vscode-python:1.0.0"
100101
],
@@ -117,7 +118,7 @@
117118
"version": {
118119
"description": "vscode unsupported version",
119120
"type": "string",
120-
"default": "inseefrlab/vscode-python:2.4.0",
121+
"default": "inseefrlab/vscode-python:2.5.0",
121122
"hidden": {
122123
"value": false,
123124
"path": "service/image/custom/enabled"

charts/vscode/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
service:
44
image:
5-
version: "inseefrlab/vscode-python:2.4.0"
5+
version: "inseefrlab/vscode-python:2.5.0"
66
pullPolicy: IfNotPresent
77
custom:
88
enabled: false
9-
version: "inseefrlab/vscode-python:2.4.0"
9+
version: "inseefrlab/vscode-python:2.5.0"
1010

1111
security:
1212
password: "changeme"

0 commit comments

Comments
 (0)