Skip to content

Commit 718df4f

Browse files
authored
vscode - fix spark images enum (#290)
1 parent c5d4a1b commit 718df4f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/vscode-pyspark/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: application
2424
# This is the chart version. This version number should be incremented each time you make changes
2525
# to the chart and its templates, including the app version.
2626
# Versions are expected to follow Semantic Versioning (https://semver.org/)
27-
version: 3.0.4
27+
version: 3.0.5
2828
dependencies:
2929
- name: library-chart
3030
version: 2.0.3

charts/vscode-pyspark/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"listEnum": [
2727
"inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.0.1",
2828
"inseefrlab/onyxia-vscode-pyspark:py3.12.12-spark4.0.1",
29-
"inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark3.5.7",
30-
"inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark3.5.7"
29+
"inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark3.5.7",
30+
"inseefrlab/onyxia-vscode-pyspark:py3.12.12-spark3.5.7"
3131
],
3232
"render": "list",
3333
"hidden": {

0 commit comments

Comments
 (0)