Skip to content

Commit

Permalink
add use of cert-manager in values.schema.json (#132)
Browse files Browse the repository at this point in the history
* add use of cert-manager in values.schema.json

* add cert manager in values.schema.json
  • Loading branch information
ihiverlet authored Apr 11, 2024
1 parent 74b72cd commit dac0a3f
Show file tree
Hide file tree
Showing 12 changed files with 141 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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: 1.33.10
version: 1.33.11

dependencies:
- name: library-chart
Expand Down
22 changes: 22 additions & 0 deletions charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,28 @@
"hidden": true,
"overwriteDefaultWith": "{{k8s.ingressClassName}}"
}
},
"useCertManager": {
"type": "boolean",
"description": "Whether CertManager should be used to generate a certificate",
"default": false,
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "k8s.useCertManager"
}
},
"certManagerClusterIssuer":{
"type": "string",
"description": "certManager cluster issuer",
"title": "CertManager Cluster Issuer",
"default": "",
"x-onyxia": {
"overwriteDefaultWith": "k8s.certManagerClusterIssuer"
},
"hidden" :{
"value": true,
"path": "ingress/useCertManager"
}
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.13.28
version: 1.13.29

dependencies:
- name: library-chart
Expand Down
24 changes: 23 additions & 1 deletion charts/jupyter-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,29 @@
"hidden": true,
"overwriteDefaultWith": "{{k8s.ingressClassName}}"
}
}
},
"useCertManager": {
"type": "boolean",
"description": "Whether CertManager should be used to generate a certificate",
"default": false,
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "k8s.useCertManager"
}
},
"certManagerClusterIssuer":{
"type": "string",
"description": "certManager cluster issuer",
"title": "CertManager Cluster Issuer",
"default": "",
"x-onyxia": {
"overwriteDefaultWith": "k8s.certManagerClusterIssuer"
},
"hidden" :{
"value": true,
"path": "ingress/useCertManager"
}
}
}
},
"route": {
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-sparkr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.17.10
version: 1.17.11

dependencies:
- name: library-chart
Expand Down
24 changes: 23 additions & 1 deletion charts/rstudio-sparkr/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,29 @@
"hidden": true,
"overwriteDefaultWith": "{{k8s.ingressClassName}}"
}
}
},
"useCertManager": {
"type": "boolean",
"description": "Whether CertManager should be used to generate a certificate",
"default": false,
"x-onyxia": {
"overwriteDefaultWith": "k8s.useCertManager"
}
},
"certManagerClusterIssuer":{
"type": "string",
"description": "certManager cluster issuer",
"title": "CertManager Cluster Issuer",
"default": "",
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "k8s.certManagerClusterIssuer"
},
"hidden" :{
"value": true,
"path": "ingress/useCertManager"
}
}
}
},
"route": {
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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: 1.15.20
version: 1.15.21

dependencies:
- name: library-chart
Expand Down
24 changes: 23 additions & 1 deletion charts/rstudio/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,29 @@
"hidden": true,
"overwriteDefaultWith": "{{k8s.ingressClassName}}"
}
}
},
"useCertManager": {
"type": "boolean",
"description": "Whether CertManager should be used to generate a certificate",
"default": false,
"x-onyxia": {
"overwriteDefaultWith": "k8s.useCertManager"
}
},
"certManagerClusterIssuer":{
"type": "string",
"description": "certManager cluster issuer",
"title": "CertManager Cluster Issuer",
"default": "",
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "k8s.certManagerClusterIssuer"
},
"hidden" :{
"value": true,
"path": "ingress/useCertManager"
}
}
}
},
"route": {
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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: 1.3.29
version: 1.3.30

dependencies:
- name: library-chart
Expand Down
22 changes: 22 additions & 0 deletions charts/vscode-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,28 @@
"hidden": true,
"overwriteDefaultWith": "{{k8s.ingressClassName}}"
}
},
"useCertManager": {
"type": "boolean",
"description": "Whether CertManager should be used to generate a certificate",
"default": false,
"x-onyxia": {
"overwriteDefaultWith": "k8s.useCertManager"
}
},
"certManagerClusterIssuer":{
"type": "string",
"description": "certManager cluster issuer",
"title": "CertManager Cluster Issuer",
"default": "",
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "k8s.certManagerClusterIssuer"
},
"hidden" :{
"value": true,
"path": "ingress/useCertManager"
}
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.11.27
version: 1.11.28

dependencies:
- name: library-chart
Expand Down
22 changes: 22 additions & 0 deletions charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,28 @@
"hidden": true,
"overwriteDefaultWith": "{{k8s.ingressClassName}}"
}
},
"useCertManager": {
"type": "boolean",
"description": "Whether CertManager should be used to generate a certificate",
"default": false,
"x-onyxia": {
"overwriteDefaultWith": "k8s.useCertManager"
}
},
"certManagerClusterIssuer":{
"type": "string",
"description": "certManager cluster issuer",
"title": "CertManager Cluster Issuer",
"default": "",
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "k8s.certManagerClusterIssuer"
},
"hidden" :{
"value": true,
"path": "ingress/useCertManager"
}
}
}
},
Expand Down

0 comments on commit dac0a3f

Please sign in to comment.