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

Commit c06b576

Browse files
committed
bump vscode version
1 parent 766e72e commit c06b576

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.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

3333
dependencies:
3434
- name: library-chart

charts/vscode/values.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
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
],
@@ -118,7 +118,7 @@
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"

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.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

1111
security:
1212
password: "changeme"

0 commit comments

Comments
 (0)