Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelbaron committed Aug 29, 2024
1 parent cecef6c commit 7059643
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/vscode-maven/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
version: 1.0.1

dependencies:
- name: library-chart
Expand Down
13 changes: 7 additions & 6 deletions charts/vscode-maven/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@
]
},
"version": {
"description": "vscode supported version",
"description": "Java version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-python:py3.12.4",
"default": "liaslaboratory/onyxia-vscode-maven:java20",
"listEnum": [
"inseefrlab/onyxia-vscode-python:py3.12.4",
"inseefrlab/onyxia-vscode-python:py3.11.9"
"liaslaboratory/onyxia-vscode-maven:java11",
"liaslaboratory/onyxia-vscode-maven:java17",
"liaslaboratory/onyxia-vscode-maven:java20"
],
"render": "list",
"hidden": {
Expand All @@ -47,7 +48,7 @@
"version": {
"description": "vscode unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-python:py3.12.4",
"default": "liaslaboratory/onyxia-vscode-maven:java20",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down Expand Up @@ -779,4 +780,4 @@
}
}
}
}
}

0 comments on commit 7059643

Please sign in to comment.