Skip to content

Commit

Permalink
chore(deps): bump python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Nov 20, 2023
1 parent d59c709 commit 699accc
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.32.23
version: 1.32.24

dependencies:
- name: library-chart
Expand Down
12 changes: 6 additions & 6 deletions charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-jupyter-pyspark:py3.11.4-spark3.5.0",
"inseefrlab/onyxia-jupyter-pyspark:py3.10.12-spark3.5.0",
"inseefrlab/onyxia-jupyter-pyspark:py3.11.4-spark3.4.1",
"inseefrlab/onyxia-jupyter-pyspark:py3.10.12-spark3.4.1",
"inseefrlab/onyxia-jupyter-pyspark:py3.11.6-spark3.5.0",
"inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.5.0",
"inseefrlab/onyxia-jupyter-pyspark:py3.11.6-spark3.4.1",
"inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.4.1",
"inseefrlab/trevas-jupyter:0.4.1"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.11.4-spark3.5.0"
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.5.0"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -50,7 +50,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.11.4-spark3.4.1",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.4.1",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down
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.18
version: 1.13.19

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.12",
"inseefrlab/onyxia-jupyter-python:py3.11.4"
"inseefrlab/onyxia-jupyter-python:py3.10.13",
"inseefrlab/onyxia-jupyter-python:py3.11.6"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-python:py3.10.12"
"default": "inseefrlab/onyxia-jupyter-python:py3.10.13"
},
"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.12",
"default": "inseefrlab/onyxia-jupyter-python:py3.10.13",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.3.16
version: 1.3.17

dependencies:
- name: library-chart
Expand Down
12 changes: 6 additions & 6 deletions charts/vscode-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-vscode-pyspark:py3.11.4-spark3.5.0",
"inseefrlab/onyxia-vscode-pyspark:py3.10.12-spark3.5.0",
"inseefrlab/onyxia-vscode-pyspark:py3.11.4-spark3.4.1",
"inseefrlab/onyxia-vscode-pyspark:py3.10.12-spark3.4.1"
"inseefrlab/onyxia-vscode-pyspark:py3.11.6-spark3.5.0",
"inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.5.0",
"inseefrlab/onyxia-vscode-pyspark:py3.11.6-spark3.4.1",
"inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.4.1"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-vscode-pyspark:py3.11.4-spark3.5.0"
"default": "inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.5.0"
},
"custom": {
"description": "use a custom vscode docker image",
Expand All @@ -49,7 +49,7 @@
"version": {
"description": "vscode unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-pyspark:py3.11.4-spark3.4.1",
"default": "inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.4.1",
"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.16
version: 1.11.17

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.12",
"default": "inseefrlab/onyxia-vscode-python:py3.10.13",
"listEnum": [
"inseefrlab/onyxia-vscode-python:py3.10.12",
"inseefrlab/onyxia-vscode-python:py3.11.4"
"inseefrlab/onyxia-vscode-python:py3.10.13",
"inseefrlab/onyxia-vscode-python:py3.11.6"
],
"render": "list",
"hidden": {
Expand All @@ -161,7 +161,7 @@
"version": {
"description": "vscode unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-python:py3.10.12",
"default": "inseefrlab/onyxia-vscode-python:py3.10.13",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down

0 comments on commit 699accc

Please sign in to comment.