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
|
type: secret
|
||||||
label: "TLS Secret of type kubernetes.io/tls (Optional)"
|
label: "TLS Secret of type kubernetes.io/tls (Optional)"
|
||||||
group: "Ingress Configuration"
|
group: "Ingress Configuration"
|
||||||
|
|
||||||
- variable: installTVK.ComponentConfiguration.ingressController.enabled
|
- variable: installTVK.ComponentConfiguration.ingressController.enabled
|
||||||
default: true
|
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"
|
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:
|
options:
|
||||||
- "NodePort"
|
- "NodePort"
|
||||||
- "LoadBalancer"
|
- "LoadBalancer"
|
||||||
|
|
||||||
- variable: installTVK.ingressConfig.ingressClass
|
- variable: installTVK.ingressConfig.ingressClass
|
||||||
show_if: "installTVK.ComponentConfiguration.ingressController.enabled=false"
|
show_if: "installTVK.ComponentConfiguration.ingressController.enabled=false"
|
||||||
default: ""
|
default: ""
|
||||||
|
@ -80,7 +80,7 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
label: "Annotations for Ingress Resource (Optional)"
|
label: "Annotations for Ingress Resource (Optional)"
|
||||||
group: "Ingress Configuration"
|
group: "Ingress Configuration"
|
||||||
|
|
||||||
- variable: proxySettings.PROXY_ENABLED
|
- variable: proxySettings.PROXY_ENABLED
|
||||||
default: false
|
default: false
|
||||||
description: "Select this checkbox to deploy the TrilioVault Manager via a proxy server"
|
description: "Select this checkbox to deploy the TrilioVault Manager via a proxy server"
|
||||||
|
@ -96,14 +96,14 @@ questions:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
label: "No Proxy (Optional)"
|
label: "No Proxy (Optional)"
|
||||||
group: "Proxy Settings"
|
group: "Proxy Settings"
|
||||||
- variable: proxySettings.HTTP_PROXY
|
- variable: proxySettings.HTTP_PROXY
|
||||||
default: ""
|
default: ""
|
||||||
description: "Provide HTTP proxy information. For example: http://<uname>:<password>@<IP>:<Port>"
|
description: "Provide HTTP proxy information. For example: http://<uname>:<password>@<IP>:<Port>"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
label: "HTTP Proxy"
|
label: "HTTP Proxy"
|
||||||
group: "Proxy Settings"
|
group: "Proxy Settings"
|
||||||
- variable: proxySettings.HTTPS_PROXY
|
- variable: proxySettings.HTTPS_PROXY
|
||||||
default: ""
|
default: ""
|
||||||
description: "Provide HTTPS proxy information. For example: https://<uname>:<password>@<IP>:<Port>"
|
description: "Provide HTTPS proxy information. For example: https://<uname>:<password>@<IP>:<Port>"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
@@ -16,3 +16,7 @@
|
@@ -16,3 +16,7 @@
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/trilioData/k8s-triliovault-operator
|
- https://github.com/trilioData/k8s-triliovault-operator
|
||||||
version: 2.9.3
|
version: 2.9.4
|
||||||
+annotations:
|
+annotations:
|
||||||
+ catalog.cattle.io/certified: partner
|
+ catalog.cattle.io/certified: partner
|
||||||
+ catalog.cattle.io/release-name: k8s-triliovault-operator
|
+ 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
|
packageVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue