Skip to content

Commit

Permalink
add use of certmanager in values.yaml (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet authored Jan 16, 2024
1 parent 9176831 commit bdf4c7f
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 12 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: 1.33.0
version: 1.33.1

dependencies:
- name: library-chart
version: 1.5.17
version: 1.5.18
repository: https://inseefrlab.github.io/helm-charts-interactive-services
2 changes: 2 additions & 0 deletions charts/jupyter-pyspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ ingress:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
useCertManager: false
certManagerClusterIssuer: ""

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 @@ -23,9 +23,9 @@ 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.22
version: 1.13.23

dependencies:
- name: library-chart
version: 1.5.17
version: 1.5.18
repository: https://inseefrlab.github.io/helm-charts-interactive-services
2 changes: 2 additions & 0 deletions charts/jupyter-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ ingress:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
useCertManager: false
certManagerClusterIssuer: ""

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 @@ -24,9 +24,9 @@ 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.2
version: 1.17.3

dependencies:
- name: library-chart
version: 1.5.17
version: 1.5.18
repository: https://inseefrlab.github.io/helm-charts-interactive-services
2 changes: 2 additions & 0 deletions charts/rstudio-sparkr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ ingress:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
useCertManager: false
certManagerClusterIssuer: ""

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,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: 1.15.15
version: 1.15.16

dependencies:
- name: library-chart
version: 1.5.17
version: 1.5.18
repository: https://inseefrlab.github.io/helm-charts-interactive-services
2 changes: 2 additions & 0 deletions charts/rstudio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ ingress:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
useCertManager: false
certManagerClusterIssuer: ""

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: 1.3.21
version: 1.3.22

dependencies:
- name: library-chart
version: 1.5.17
version: 1.5.18
repository: https://inseefrlab.github.io/helm-charts-interactive-services
2 changes: 2 additions & 0 deletions charts/vscode-pyspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ ingress:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
useCertManager: false
certManagerClusterIssuer: ""

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 @@ -23,9 +23,9 @@ 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.20
version: 1.11.21

dependencies:
- name: library-chart
version: 1.5.17
version: 1.5.18
repository: https://inseefrlab.github.io/helm-charts-interactive-services
3 changes: 3 additions & 0 deletions charts/vscode-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ ingress:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
useCertManager: false
certManagerClusterIssuer: ""


route:
enabled: false
Expand Down

0 comments on commit bdf4c7f

Please sign in to comment.