Skip to content

Commit a2038b4

Browse files
authored
[All] Allow custom Tls secret name (#235)
1 parent 71762b3 commit a2038b4

18 files changed

Lines changed: 60 additions & 12 deletions

File tree

charts/jupyter-pyspark/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ 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.7
27+
version: 2.3.8
2828
dependencies:
2929
- name: library-chart
30-
version: 1.7.3
30+
version: 1.7.4
3131
repository: https://inseefrlab.github.io/helm-charts-interactive-services

charts/jupyter-pyspark/values.schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,13 @@
825825
"x-onyxia": {
826826
"hidden": true
827827
}
828+
},
829+
"tlsSecretName":{
830+
"type": "string",
831+
"default": "",
832+
"x-onyxia": {
833+
"hiddent": true
834+
}
828835
}
829836
}
830837
},

charts/jupyter-pyspark/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ ingress:
197197
useCertManager: false
198198
certManagerClusterIssuer: ""
199199
useTlsSecret: false
200+
tlsSecretName: ""
200201

201202
route:
202203
enabled: false

charts/jupyter-python/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ 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.8
25+
version: 2.3.9
2626
dependencies:
2727
- name: library-chart
28-
version: 1.7.3
28+
version: 1.7.4
2929
repository: https://inseefrlab.github.io/helm-charts-interactive-services

charts/jupyter-python/values.schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,13 @@
769769
"x-onyxia": {
770770
"hidden": true
771771
}
772+
},
773+
"tlsSecretName":{
774+
"type": "string",
775+
"default": "",
776+
"x-onyxia": {
777+
"hiddent": true
778+
}
772779
}
773780
}
774781
},

charts/jupyter-python/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ ingress:
166166
useCertManager: false
167167
certManagerClusterIssuer: ""
168168
useTlsSecret: false
169+
tlsSecretName: ""
169170

170171
route:
171172
enabled: false

charts/rstudio-sparkr/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ 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.4
26+
version: 2.3.5
2727
dependencies:
2828
- name: library-chart
29-
version: 1.7.3
29+
version: 1.7.4
3030
repository: https://inseefrlab.github.io/helm-charts-interactive-services

charts/rstudio-sparkr/values.schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,13 @@
783783
"x-onyxia": {
784784
"hidden": true
785785
}
786+
},
787+
"tlsSecretName":{
788+
"type": "string",
789+
"default": "",
790+
"x-onyxia": {
791+
"hiddent": true
792+
}
786793
}
787794
}
788795
},

charts/rstudio-sparkr/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ ingress:
174174
useCertManager: false
175175
certManagerClusterIssuer: ""
176176
useTlsSecret: false
177+
tlsSecretName: ""
177178

178179
route:
179180
enabled: false

charts/rstudio/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ 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.4
25+
version: 2.3.5
2626
dependencies:
2727
- name: library-chart
28-
version: 1.7.3
28+
version: 1.7.4
2929
repository: https://inseefrlab.github.io/helm-charts-interactive-services

0 commit comments

Comments
 (0)