Skip to content

Commit

Permalink
add cert manager in values.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Apr 11, 2024
1 parent 406f85b commit 2b368f7
Show file tree
Hide file tree
Showing 11 changed files with 121 additions and 10 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
5 changes: 3 additions & 2 deletions charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@
},
"useCertManager": {
"type": "boolean",
"description": "Whether CertManager should be used to generate a certificat",
"description": "Whether CertManager should be used to generate a certificate",
"default": false,
"x-onyxia": {
"overwriteDefaultWith": "k8s.useCertManager"
Expand All @@ -561,10 +561,11 @@
"title": "CertManager Cluster Issuer",
"default": "",
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "k8s.certManagerClusterIssuer"
},
"hidden" :{
"value": false,
"value": true,
"path": "ingress/useCertManager"
}
}
Expand Down

0 comments on commit 2b368f7

Please sign in to comment.