Skip to content

Commit

Permalink
chore(deps): remove legacy images of pyspark
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Nov 28, 2023
1 parent 6bdf428 commit ce595da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 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.26
version: 1.32.27

dependencies:
- name: library-chart
Expand Down
4 changes: 1 addition & 3 deletions charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
"listEnum": [
"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",
Expand All @@ -50,7 +48,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.4.1",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.5.0",
"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.19
version: 1.3.20

dependencies:
- name: library-chart
Expand Down
6 changes: 2 additions & 4 deletions charts/vscode-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
"type": "string",
"listEnum": [
"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"
"inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.5.0"
],
"render": "list",
"hidden": {
Expand All @@ -49,7 +47,7 @@
"version": {
"description": "vscode unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.4.1",
"default": "inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.5.0",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down

0 comments on commit ce595da

Please sign in to comment.