Skip to content

Commit

Permalink
Rolled back services to first rerelease library-chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaspi committed Oct 30, 2024
1 parent 84eaec6 commit ef907ca
Show file tree
Hide file tree
Showing 18 changed files with 42 additions and 30 deletions.
4 changes: 2 additions & 2 deletions charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ 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: 2.1.11
version: 2.1.12

dependencies:
- name: library-chart
version: 1.5.29
version: 1.5.28
repository: https://inseefrlab.github.io/helm-charts-interactive-services
1 change: 0 additions & 1 deletion charts/jupyter-pyspark/templates/secret-extraenv.yaml

This file was deleted.

7 changes: 5 additions & 2 deletions charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,13 @@
"type": "object",
"properties": {
"name": {
"type": "string"
"type": "string",
"default": "",
"pattern": "^[a-zA-Z0-9_]+$"
},
"value": {
"type": "string"
"type": "string",
"default": ""
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ 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: 2.1.10
version: 2.1.11

dependencies:
- name: library-chart
version: 1.5.29
version: 1.5.28
repository: https://inseefrlab.github.io/helm-charts-interactive-services
1 change: 0 additions & 1 deletion charts/jupyter-python/templates/secret-extraenv.yaml

This file was deleted.

7 changes: 5 additions & 2 deletions charts/jupyter-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,13 @@
"type": "object",
"properties": {
"name": {
"type": "string"
"type": "string",
"default": "",
"pattern": "^[a-zA-Z0-9_]+$"
},
"value": {
"type": "string"
"type": "string",
"default": ""
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions charts/rstudio-sparkr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ 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: 2.1.9
version: 2.1.10
dependencies:
- name: library-chart
version: 1.5.29
version: 1.5.28
repository: https://inseefrlab.github.io/helm-charts-interactive-services
1 change: 0 additions & 1 deletion charts/rstudio-sparkr/templates/secret-extraenv.yaml

This file was deleted.

7 changes: 5 additions & 2 deletions charts/rstudio-sparkr/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,13 @@
"type": "object",
"properties": {
"name": {
"type": "string"
"type": "string",
"default": "",
"pattern": "^[^ ]+$"
},
"value": {
"type": "string"
"type": "string",
"default": ""
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions charts/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ 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: 2.1.7
version: 2.1.8
dependencies:
- name: library-chart
version: 1.5.29
version: 1.5.28
repository: https://inseefrlab.github.io/helm-charts-interactive-services
1 change: 0 additions & 1 deletion charts/rstudio/templates/secret-extraenv.yaml

This file was deleted.

7 changes: 5 additions & 2 deletions charts/rstudio/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,13 @@
"type": "object",
"properties": {
"name": {
"type": "string"
"type": "string",
"default": "",
"pattern": "^[a-zA-Z0-9_]+$"
},
"value": {
"type": "string"
"type": "string",
"default": ""
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ 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: 2.1.12
version: 2.1.13

dependencies:
- name: library-chart
version: 1.5.29
version: 1.5.28
repository: https://inseefrlab.github.io/helm-charts-interactive-services
1 change: 0 additions & 1 deletion charts/vscode-pyspark/templates/secret-extraenv.yaml

This file was deleted.

7 changes: 5 additions & 2 deletions charts/vscode-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,13 @@
"type": "object",
"properties": {
"name": {
"type": "string"
"type": "string",
"default": "",
"pattern": "^[a-zA-Z0-9_]+$"
},
"value": {
"type": "string"
"type": "string",
"default": ""
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ 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: 2.1.11
version: 2.1.12

dependencies:
- name: library-chart
version: 1.5.29
version: 1.5.28
repository: https://inseefrlab.github.io/helm-charts-interactive-services
1 change: 0 additions & 1 deletion charts/vscode-python/templates/secret-extraenv.yaml

This file was deleted.

7 changes: 5 additions & 2 deletions charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,13 @@
"type": "object",
"properties": {
"name": {
"type": "string"
"type": "string",
"default": "",
"pattern": "^[a-zA-Z0-9_]+$"
},
"value": {
"type": "string"
"type": "string",
"default": ""
}
}
}
Expand Down

0 comments on commit ef907ca

Please sign in to comment.