Skip to content

Commit

Permalink
chore(python): reorder python versions in images list
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Jan 25, 2024
1 parent 8250d1f commit 810faf3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.13.23
version: 1.13.24

dependencies:
- name: library-chart
Expand Down
8 changes: 4 additions & 4 deletions charts/jupyter-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-jupyter-python:py3.10.13",
"inseefrlab/onyxia-jupyter-python:py3.11.6"
"inseefrlab/onyxia-jupyter-python:py3.11.6",
"inseefrlab/onyxia-jupyter-python:py3.10.13"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-python:py3.10.13"
"default": "inseefrlab/onyxia-jupyter-python:py3.11.6"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -47,7 +47,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-python:py3.10.13",
"default": "inseefrlab/onyxia-jupyter-python:py3.11.6",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.11.21
version: 1.11.22

dependencies:
- name: library-chart
Expand Down
8 changes: 4 additions & 4 deletions charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@
"version": {
"description": "vscode supported version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-python:py3.10.13",
"default": "inseefrlab/onyxia-vscode-python:py3.11.6",
"listEnum": [
"inseefrlab/onyxia-vscode-python:py3.10.13",
"inseefrlab/onyxia-vscode-python:py3.11.6"
"inseefrlab/onyxia-vscode-python:py3.11.6",
"inseefrlab/onyxia-vscode-python:py3.10.13"
],
"render": "list",
"hidden": {
Expand All @@ -161,7 +161,7 @@
"version": {
"description": "vscode unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-python:py3.10.13",
"default": "inseefrlab/onyxia-vscode-python:py3.11.6",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down

0 comments on commit 810faf3

Please sign in to comment.