Skip to content

Commit

Permalink
[All] add default value ingress-usetlssecret (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet authored Oct 22, 2024
1 parent 675a06c commit 1e6b1e5
Show file tree
Hide file tree
Showing 18 changed files with 69 additions and 15 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.5
version: 2.1.6

dependencies:
- name: library-chart
version: 1.5.26
version: 1.5.27
repository: https://inseefrlab.github.io/helm-charts-interactive-services
8 changes: 8 additions & 0 deletions charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,14 @@
"hidden": true,
"overwriteDefaultWith": "k8s.certManagerClusterIssuer"
}
},
"useTlsSecret":{
"type": "boolean",
"description": "Whether you want to use the specified secretName in ingress tls",
"default": false,
"x-onyxia": {
"hidden": true
}
}
}
},
Expand Down
1 change: 1 addition & 0 deletions charts/jupyter-pyspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ ingress:
# - chart-example.local
useCertManager: false
certManagerClusterIssuer: ""
useTlsSecret: false

route:
enabled: false
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.5
version: 2.1.6

dependencies:
- name: library-chart
version: 1.5.26
version: 1.5.27
repository: https://inseefrlab.github.io/helm-charts-interactive-services
10 changes: 9 additions & 1 deletion charts/jupyter-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,15 @@
"hidden": true,
"overwriteDefaultWith": "k8s.certManagerClusterIssuer"
}
}
},
"useTlsSecret":{
"type": "boolean",
"description": "Whether you want to use the specified secretName in ingress tls",
"default": false,
"x-onyxia": {
"hidden": true
}
}
}
},
"route": {
Expand Down
1 change: 1 addition & 0 deletions charts/jupyter-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ ingress:
# - chart-example.local
useCertManager: false
certManagerClusterIssuer: ""
useTlsSecret: false

route:
enabled: false
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.3
version: 2.1.4
dependencies:
- name: library-chart
version: 1.5.26
version: 1.5.27
repository: https://inseefrlab.github.io/helm-charts-interactive-services
10 changes: 9 additions & 1 deletion charts/rstudio-sparkr/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,15 @@
"hidden": true,
"overwriteDefaultWith": "k8s.certManagerClusterIssuer"
}
}
},
"useTlsSecret":{
"type": "boolean",
"description": "Whether you want to use the specified secretName in ingress tls",
"default": false,
"x-onyxia": {
"hidden": true
}
}
}
},
"route": {
Expand Down
1 change: 1 addition & 0 deletions charts/rstudio-sparkr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ ingress:
# - chart-example.local
useCertManager: false
certManagerClusterIssuer: ""
useTlsSecret: false

route:
enabled: false
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.2
version: 2.1.3
dependencies:
- name: library-chart
version: 1.5.26
version: 1.5.27
repository: https://inseefrlab.github.io/helm-charts-interactive-services
10 changes: 9 additions & 1 deletion charts/rstudio/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,15 @@
"hidden": true,
"overwriteDefaultWith": "k8s.certManagerClusterIssuer"
}
}
},
"useTlsSecret":{
"type": "boolean",
"description": "Whether you want to use the specified secretName in ingress tls",
"default": false,
"x-onyxia": {
"hidden": true
}
}
}
},
"route": {
Expand Down
1 change: 1 addition & 0 deletions charts/rstudio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ ingress:
# - chart-example.local
useCertManager: false
certManagerClusterIssuer: ""
useTlsSecret: false

route:
enabled: false
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.6
version: 2.1.7

dependencies:
- name: library-chart
version: 1.5.26
version: 1.5.27
repository: https://inseefrlab.github.io/helm-charts-interactive-services
8 changes: 8 additions & 0 deletions charts/vscode-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,14 @@
"hidden": true,
"overwriteDefaultWith": "k8s.certManagerClusterIssuer"
}
},
"useTlsSecret":{
"type": "boolean",
"description": "Whether you want to use the specified secretName in ingress tls",
"default": false,
"x-onyxia": {
"hidden": true
}
}
}
},
Expand Down
1 change: 1 addition & 0 deletions charts/vscode-pyspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ ingress:
# - chart-example.local
useCertManager: false
certManagerClusterIssuer: ""
useTlsSecret: false

route:
enabled: false
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.6
version: 2.1.7

dependencies:
- name: library-chart
version: 1.5.26
version: 1.5.27
repository: https://inseefrlab.github.io/helm-charts-interactive-services
8 changes: 8 additions & 0 deletions charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,14 @@
"hidden": true,
"overwriteDefaultWith": "k8s.certManagerClusterIssuer"
}
},
"useTlsSecret":{
"type": "boolean",
"description": "Whether you want to use the specified secretName in ingress tls",
"default": false,
"x-onyxia": {
"hidden": true
}
}
}
},
Expand Down
1 change: 1 addition & 0 deletions charts/vscode-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ ingress:
# - chart-example.local
useCertManager: false
certManagerClusterIssuer: ""
useTlsSecret: false


route:
Expand Down

0 comments on commit 1e6b1e5

Please sign in to comment.