TVK 2.10.6 update release
parent
4ccb4a68e8
commit
86e3e6c212
|
@ -43,13 +43,6 @@ questions:
|
|||
label: "TLS Secret of type kubernetes.io/tls (Optional)"
|
||||
group: "Ingress Configuration"
|
||||
|
||||
- variable: installTVK.ComponentConfiguration.ingressController.enabled
|
||||
default: true
|
||||
description: "Select if Trilio provided Ingress Controller (nginx) should be leveraged or if an existing Ingress Controller within the cluster should be used"
|
||||
required: true
|
||||
type: boolean
|
||||
label: "Use Trilio Provided Ingress Controller"
|
||||
group: "Ingress Configuration"
|
||||
|
||||
- variable: installTVK.ComponentConfiguration.ingressController.service.type
|
||||
show_if: "installTVK.ComponentConfiguration.ingressController.enabled=true"
|
||||
|
@ -63,15 +56,6 @@ questions:
|
|||
- "NodePort"
|
||||
- "LoadBalancer"
|
||||
|
||||
- variable: installTVK.ingressConfig.ingressClass
|
||||
show_if: "installTVK.ComponentConfiguration.ingressController.enabled=false"
|
||||
default: ""
|
||||
description: "Name of an existing Ingress Class to use to access the TVK Management Console. Ingress class must exist on the Kubernetes cluster"
|
||||
required: true
|
||||
type: string
|
||||
label: "Ingress Class Name"
|
||||
group: "Ingress Configuration"
|
||||
|
||||
- variable: installTVK.ingressConfig.annotations
|
||||
show_if: "installTVK.ComponentConfiguration.ingressController.enabled=false"
|
||||
default: ""
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
@@ -16,3 +16,7 @@
|
||||
sources:
|
||||
- https://github.com/trilioData/k8s-triliovault-operator
|
||||
version: 2.10.5
|
||||
version: 2.10.6
|
||||
+annotations:
|
||||
+ catalog.cattle.io/certified: partner
|
||||
+ catalog.cattle.io/release-name: k8s-triliovault-operator
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://charts.k8strilio.net/trilio-stable/k8s-triliovault-operator/charts/k8s-triliovault-operator-2.10.5.tgz
|
||||
url: https://charts.k8strilio.net/trilio-stable/k8s-triliovault-operator/charts/k8s-triliovault-operator-2.10.6.tgz
|
||||
packageVersion: 00
|
||||
|
|
Loading…
Reference in New Issue