Skip to content

Commit

Permalink
get service type and ingress tls secrets working
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudymax committed Apr 23, 2024
1 parent bad7e1c commit ca5277b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kubevirt-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: kubevirt-manager
description: Install the Kubevirt Manager UI

type: application
version: 0.1.6
version: 0.1.7
appVersion: 1.3.1

maintainers:
Expand Down
6 changes: 4 additions & 2 deletions charts/kubevirt-manager/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kubevirt-manager

![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.1](https://img.shields.io/badge/AppVersion-1.3.1-informational?style=flat-square)
![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.1](https://img.shields.io/badge/AppVersion-1.3.1-informational?style=flat-square)

Install the Kubevirt Manager UI

Expand All @@ -18,6 +18,8 @@ Install the Kubevirt Manager UI
| ingress.className | string | `"nginx"` | |
| ingress.enabled | bool | `false` | |
| ingress.hostname | string | `"kubevirt.domain.com"` | |
| ingress.tls.enabled | bool | `false` | |
| ingress.tls.secretName | string | `"tls-kubevirt-manager"` | |
| prometheus.enabled | bool | `false` | |
| prometheus.serviceName | string | `"prometheus-prometheus"` | |
| prometheus.serviceNamesapce | string | `"prometheus"` | |
Expand All @@ -29,4 +31,4 @@ Install the Kubevirt Manager UI
| service.type | string | `"ClusterIP"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
3 changes: 3 additions & 0 deletions charts/kubevirt-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ ingress:
hostname: "kubevirt.domain.com"
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-staging"
tls:
enabled: false
secretName: "tls-kubevirt-manager"

0 comments on commit ca5277b

Please sign in to comment.