Skip to content

Commit c2e03cb

Browse files
committed
Fixed missing json extension in password overwriteSchemaWith
1 parent e00b4ef commit c2e03cb

File tree

13 files changed

+102
-37
lines changed

13 files changed

+102
-37
lines changed

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.1.28
27+
version: 2.1.29
2828
dependencies:
2929
- name: library-chart
3030
version: 1.5.46

charts/jupyter-pyspark/values.schema.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@
629629
"render": "password",
630630
"x-onyxia": {
631631
"overwriteDefaultWith": "{{service.oneTimePassword}}",
632-
"overwriteSchemaWith": "ide/password"
632+
"overwriteSchemaWith": "ide/password.json"
633633
}
634634
},
635635
"networkPolicy": {
@@ -884,11 +884,21 @@
884884
"description": "Startup probe",
885885
"type": "object",
886886
"properties": {
887-
"failureThreshold": { "type": "integer" },
888-
"initialDelaySeconds": { "type": "integer" },
889-
"periodSeconds": { "type": "integer" },
890-
"successThreshold": { "type": "integer" },
891-
"timeoutSeconds": { "type": "integer" }
887+
"failureThreshold": {
888+
"type": "integer"
889+
},
890+
"initialDelaySeconds": {
891+
"type": "integer"
892+
},
893+
"periodSeconds": {
894+
"type": "integer"
895+
},
896+
"successThreshold": {
897+
"type": "integer"
898+
},
899+
"timeoutSeconds": {
900+
"type": "integer"
901+
}
892902
},
893903
"default": {
894904
"failureThreshold": 60,

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.1.27
25+
version: 2.1.28
2626
dependencies:
2727
- name: library-chart
2828
version: 1.5.46

charts/jupyter-python/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
"render": "password",
580580
"x-onyxia": {
581581
"overwriteDefaultWith": "{{service.oneTimePassword}}",
582-
"overwriteSchemaWith": "ide/password"
582+
"overwriteSchemaWith": "ide/password.json"
583583
}
584584
},
585585
"networkPolicy": {

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.1.26
26+
version: 2.1.27
2727
dependencies:
2828
- name: library-chart
2929
version: 1.5.46

charts/rstudio-sparkr/values.schema.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@
566566
"render": "password",
567567
"x-onyxia": {
568568
"overwriteDefaultWith": "{{service.oneTimePassword}}",
569-
"overwriteSchemaWith": "ide/password"
569+
"overwriteSchemaWith": "ide/password.json"
570570
}
571571
},
572572
"networkPolicy": {
@@ -766,11 +766,21 @@
766766
"description": "Startup probe",
767767
"type": "object",
768768
"properties": {
769-
"failureThreshold": { "type": "integer" },
770-
"initialDelaySeconds": { "type": "integer" },
771-
"periodSeconds": { "type": "integer" },
772-
"successThreshold": { "type": "integer" },
773-
"timeoutSeconds": { "type": "integer" }
769+
"failureThreshold": {
770+
"type": "integer"
771+
},
772+
"initialDelaySeconds": {
773+
"type": "integer"
774+
},
775+
"periodSeconds": {
776+
"type": "integer"
777+
},
778+
"successThreshold": {
779+
"type": "integer"
780+
},
781+
"timeoutSeconds": {
782+
"type": "integer"
783+
}
774784
},
775785
"default": {
776786
"failureThreshold": 60,

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.1.22
25+
version: 2.1.23
2626
dependencies:
2727
- name: library-chart
2828
version: 1.5.46

charts/rstudio/values.schema.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@
549549
"render": "password",
550550
"x-onyxia": {
551551
"overwriteDefaultWith": "{{service.oneTimePassword}}",
552-
"overwriteSchemaWith": "ide/password"
552+
"overwriteSchemaWith": "ide/password.json"
553553
}
554554
},
555555
"networkPolicy": {
@@ -731,11 +731,21 @@
731731
"description": "Startup probe",
732732
"type": "object",
733733
"properties": {
734-
"failureThreshold": { "type": "integer" },
735-
"initialDelaySeconds": { "type": "integer" },
736-
"periodSeconds": { "type": "integer" },
737-
"successThreshold": { "type": "integer" },
738-
"timeoutSeconds": { "type": "integer" }
734+
"failureThreshold": {
735+
"type": "integer"
736+
},
737+
"initialDelaySeconds": {
738+
"type": "integer"
739+
},
740+
"periodSeconds": {
741+
"type": "integer"
742+
},
743+
"successThreshold": {
744+
"type": "integer"
745+
},
746+
"timeoutSeconds": {
747+
"type": "integer"
748+
}
739749
},
740750
"default": {
741751
"failureThreshold": 60,

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.1.29
27+
version: 2.1.30
2828
dependencies:
2929
- name: library-chart
3030
version: 1.5.46

charts/vscode-pyspark/values.schema.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613
"render": "password",
614614
"x-onyxia": {
615615
"overwriteDefaultWith": "{{service.oneTimePassword}}",
616-
"overwriteSchemaWith": "ide/password"
616+
"overwriteSchemaWith": "ide/password.json"
617617
}
618618
},
619619
"networkPolicy": {
@@ -853,11 +853,21 @@
853853
"description": "Startup probe",
854854
"type": "object",
855855
"properties": {
856-
"failureThreshold": { "type": "integer" },
857-
"initialDelaySeconds": { "type": "integer" },
858-
"periodSeconds": { "type": "integer" },
859-
"successThreshold": { "type": "integer" },
860-
"timeoutSeconds": { "type": "integer" }
856+
"failureThreshold": {
857+
"type": "integer"
858+
},
859+
"initialDelaySeconds": {
860+
"type": "integer"
861+
},
862+
"periodSeconds": {
863+
"type": "integer"
864+
},
865+
"successThreshold": {
866+
"type": "integer"
867+
},
868+
"timeoutSeconds": {
869+
"type": "integer"
870+
}
861871
},
862872
"default": {
863873
"failureThreshold": 60,

0 commit comments

Comments
 (0)