Skip to content

Commit 37e22eb

Browse files
committed
overwrite repository
1 parent 0e2be0d commit 37e22eb

12 files changed

Lines changed: 24 additions & 6 deletions

File tree

charts/jupyter-pyspark/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: application
2424
# This is the chart version. This version number should be incremented each time you make changes
2525
# to the chart and its templates, including the app version.
2626
# Versions are expected to follow Semantic Versioning (https://semver.org/)
27-
version: 2.3.25
27+
version: 2.3.26
2828
dependencies:
2929
- name: library-chart
3030
version: 1.7.14

charts/jupyter-pyspark/values.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,9 @@
10951095
"repository": {
10961096
"description": "python repositories for pip and conda",
10971097
"type": "object",
1098+
"x-onyxia": {
1099+
"overwriteSchemaWith": "repository.json"
1100+
},
10981101
"properties": {
10991102
"pipRepository": {
11001103
"type": "string",

charts/jupyter-python/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 2.3.23
25+
version: 2.3.24
2626
dependencies:
2727
- name: library-chart
2828
version: 1.7.14

charts/jupyter-python/values.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,9 @@
821821
"repository": {
822822
"description": "python repositories for pip and conda",
823823
"type": "object",
824+
"x-onyxia": {
825+
"overwriteSchemaWith": "repository.json"
826+
},
824827
"properties": {
825828
"pipRepository": {
826829
"type": "string",

charts/rstudio-sparkr/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type: application
2323
# This is the chart version. This version number should be incremented each time you make changes
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26-
version: 2.3.16
26+
version: 2.3.17
2727
dependencies:
2828
- name: library-chart
2929
version: 1.7.14

charts/rstudio-sparkr/values.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,9 @@
844844
"repository": {
845845
"description": "r repository (eg : cran mirrors or proxy caches)",
846846
"type": "object",
847+
"x-onyxia": {
848+
"overwriteSchemaWith": "repository.json"
849+
},
847850
"properties": {
848851
"rRepository": {
849852
"type": "string",

charts/rstudio/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 2.3.17
25+
version: 2.3.18
2626
dependencies:
2727
- name: library-chart
2828
version: 1.7.14

charts/rstudio/values.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,9 @@
796796
"repository": {
797797
"description": "r repository (eg : cran mirrors or proxy caches)",
798798
"type": "object",
799+
"x-onyxia": {
800+
"overwriteSchemaWith": "repository.json"
801+
},
799802
"properties": {
800803
"rRepository": {
801804
"type": "string",

charts/vscode-pyspark/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: application
2424
# This is the chart version. This version number should be incremented each time you make changes
2525
# to the chart and its templates, including the app version.
2626
# Versions are expected to follow Semantic Versioning (https://semver.org/)
27-
version: 2.3.22
27+
version: 2.3.23
2828
dependencies:
2929
- name: library-chart
3030
version: 1.7.14

charts/vscode-pyspark/values.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,9 @@
869869
"repository": {
870870
"description": "python repositories for pip and conda",
871871
"type": "object",
872+
"x-onyxia": {
873+
"overwriteSchemaWith": "repository.json"
874+
},
872875
"properties": {
873876
"pipRepository": {
874877
"type": "string",

0 commit comments

Comments
 (0)