TVK 2.9.4 update release
parent
f53135e6f7
commit
07d461f75d
|
@ -0,0 +1,3 @@
|
|||
workingDir: ""
|
||||
url: https://charts.k8strilio.net/trilio-stable/k8s-triliovault-operator/charts/k8s-triliovault-operator-2.9.4.tgz
|
||||
subdirectory: charts/observability
|
|
@ -42,7 +42,7 @@ questions:
|
|||
type: secret
|
||||
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"
|
||||
|
@ -62,7 +62,7 @@ questions:
|
|||
options:
|
||||
- "NodePort"
|
||||
- "LoadBalancer"
|
||||
|
||||
|
||||
- variable: installTVK.ingressConfig.ingressClass
|
||||
show_if: "installTVK.ComponentConfiguration.ingressController.enabled=false"
|
||||
default: ""
|
||||
|
@ -80,7 +80,7 @@ questions:
|
|||
type: string
|
||||
label: "Annotations for Ingress Resource (Optional)"
|
||||
group: "Ingress Configuration"
|
||||
|
||||
|
||||
- variable: proxySettings.PROXY_ENABLED
|
||||
default: false
|
||||
description: "Select this checkbox to deploy the TrilioVault Manager via a proxy server"
|
||||
|
@ -96,14 +96,14 @@ questions:
|
|||
required: false
|
||||
type: string
|
||||
label: "No Proxy (Optional)"
|
||||
group: "Proxy Settings"
|
||||
group: "Proxy Settings"
|
||||
- variable: proxySettings.HTTP_PROXY
|
||||
default: ""
|
||||
description: "Provide HTTP proxy information. For example: http://<uname>:<password>@<IP>:<Port>"
|
||||
required: true
|
||||
type: string
|
||||
label: "HTTP Proxy"
|
||||
group: "Proxy Settings"
|
||||
group: "Proxy Settings"
|
||||
- variable: proxySettings.HTTPS_PROXY
|
||||
default: ""
|
||||
description: "Provide HTTPS proxy information. For example: https://<uname>:<password>@<IP>:<Port>"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
@@ -16,3 +16,7 @@
|
||||
sources:
|
||||
- https://github.com/trilioData/k8s-triliovault-operator
|
||||
version: 2.9.3
|
||||
version: 2.9.4
|
||||
+annotations:
|
||||
+ catalog.cattle.io/certified: partner
|
||||
+ catalog.cattle.io/release-name: k8s-triliovault-operator
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://raw.githubusercontent.com/trilioData/triliovault--operator/master/k8s-triliovault-operator-2.9.3.tgz
|
||||
url: https://charts.k8strilio.net/trilio-stable/k8s-triliovault-operator/charts/k8s-triliovault-operator-2.9.4.tgz
|
||||
packageVersion: 00
|
||||
|
|
Loading…
Reference in New Issue