Skip to content

Commit 726415b

Browse files
authored
fix typo (#236)
1 parent a7dac49 commit 726415b

12 files changed

Lines changed: 12 additions & 12 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.8
27+
version: 2.3.9
2828
dependencies:
2929
- name: library-chart
3030
version: 1.7.4

charts/jupyter-pyspark/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@
830830
"type": "string",
831831
"default": "",
832832
"x-onyxia": {
833-
"hiddent": true
833+
"hidden": true
834834
}
835835
}
836836
}

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.9
25+
version: 2.3.10
2626
dependencies:
2727
- name: library-chart
2828
version: 1.7.4

charts/jupyter-python/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@
774774
"type": "string",
775775
"default": "",
776776
"x-onyxia": {
777-
"hiddent": true
777+
"hidden": true
778778
}
779779
}
780780
}

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.5
26+
version: 2.3.6
2727
dependencies:
2828
- name: library-chart
2929
version: 1.7.4

charts/rstudio-sparkr/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@
788788
"type": "string",
789789
"default": "",
790790
"x-onyxia": {
791-
"hiddent": true
791+
"hidden": true
792792
}
793793
}
794794
}

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.5
25+
version: 2.3.6
2626
dependencies:
2727
- name: library-chart
2828
version: 1.7.4

charts/rstudio/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@
743743
"type": "string",
744744
"default": "",
745745
"x-onyxia": {
746-
"hiddent": true
746+
"hidden": true
747747
}
748748
}
749749
}

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.8
27+
version: 2.3.9
2828
dependencies:
2929
- name: library-chart
3030
version: 1.7.4

charts/vscode-pyspark/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@
813813
"type": "string",
814814
"default": "",
815815
"x-onyxia": {
816-
"hiddent": true
816+
"hidden": true
817817
}
818818
}
819819
}

0 commit comments

Comments
 (0)