Updating NeuVector chart version 1.8.5
parent
b58b76eaf7
commit
6432bfb430
|
@ -10,3 +10,5 @@ NeuVector integrates tightly with Rancher and Kubernetes to extend the built-in
|
||||||
+ The industry's only layer 7 container firewall for multi-protocol threat detection and automated segmentation
|
+ The industry's only layer 7 container firewall for multi-protocol threat detection and automated segmentation
|
||||||
+ Advanced network controls including DLP detection, service mesh integration, connection blocking and packet captures
|
+ Advanced network controls including DLP detection, service mesh integration, connection blocking and packet captures
|
||||||
+ Run-time vulnerability scanning and CIS benchmarks
|
+ Run-time vulnerability scanning and CIS benchmarks
|
||||||
|
|
||||||
|
Please Note: Before installing this chart, you will need to get an image pull secret and license key from NeuVector. Without this data supplied, the chart will not work
|
||||||
|
|
|
@ -13,7 +13,7 @@ questions:
|
||||||
label: OEM name
|
label: OEM name
|
||||||
group: "Container Images"
|
group: "Container Images"
|
||||||
- variable: tag
|
- variable: tag
|
||||||
default: "latest"
|
default: "4.3.2"
|
||||||
description: image tag for controller enforcer manager
|
description: image tag for controller enforcer manager
|
||||||
type: string
|
type: string
|
||||||
label: Image Tag
|
label: Image Tag
|
||||||
|
@ -88,7 +88,7 @@ questions:
|
||||||
group: "Ingress Configuration"
|
group: "Ingress Configuration"
|
||||||
- variable: manager.ingress.annotations
|
- variable: manager.ingress.annotations
|
||||||
default: "{}"
|
default: "{}"
|
||||||
description: Add annotations to ingress to influence behavior
|
description: Add annotations to ingress to influence behavior. Please use the 'Edit as YAML' feature in the Rancher UI to add single or multiple lines of annotation.
|
||||||
type: string
|
type: string
|
||||||
label: Manager Ingress annotations
|
label: Manager Ingress annotations
|
||||||
group: "Ingress Configuration"
|
group: "Ingress Configuration"
|
||||||
|
@ -112,7 +112,7 @@ questions:
|
||||||
group: "Ingress Configuration"
|
group: "Ingress Configuration"
|
||||||
- variable: controller.ingress.annotations
|
- variable: controller.ingress.annotations
|
||||||
default: "{}"
|
default: "{}"
|
||||||
description: Add annotations to ingress to influence behavior
|
description: Add annotations to ingress to influence behavior. Please use the 'Edit as YAML' feature in the Rancher UI to add single or multiple lines of annotation.
|
||||||
type: string
|
type: string
|
||||||
label: Controller Ingress annotations
|
label: Controller Ingress annotations
|
||||||
group: "Ingress Configuration"
|
group: "Ingress Configuration"
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
--- charts-original/Chart.yaml
|
--- charts-original/Chart.yaml
|
||||||
+++ charts/Chart.yaml
|
+++ charts/Chart.yaml
|
||||||
@@ -1,11 +1,17 @@
|
@@ -1,11 +1,17 @@
|
||||||
+annotations:
|
|
||||||
+ catalog.cattle.io/release-name: neuvector
|
|
||||||
+ catalog.cattle.io/certified: partner
|
|
||||||
+ catalog.cattle.io/display-name: NeuVector
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 4.3.0
|
appVersion: 4.3.2
|
||||||
description: Helm chart for NeuVector's core services
|
description: Helm chart for NeuVector's core services
|
||||||
-engine: gotpl
|
-engine: gotpl
|
||||||
home: https://neuvector.com
|
home: https://neuvector.com
|
||||||
icon: https://avatars2.githubusercontent.com/u/19367275?s=200&v=4
|
icon: https://avatars2.githubusercontent.com/u/19367275?s=200&v=4
|
||||||
+keywords:
|
|
||||||
+- security
|
|
||||||
+kubeVersion: '>=1.13.0-0'
|
|
||||||
maintainers:
|
maintainers:
|
||||||
- email: support@neuvector.com
|
- email: support@neuvector.com
|
||||||
name: becitsthere
|
name: becitsthere
|
||||||
-name: core
|
-name: core
|
||||||
+name: neuvector
|
+name: neuvector
|
||||||
version: 1.8.0
|
version: 1.8.5
|
||||||
|
+annotations:
|
||||||
|
+ catalog.cattle.io/release-name: neuvector
|
||||||
|
+ catalog.cattle.io/certified: partner
|
||||||
|
+ catalog.cattle.io/display-name: NeuVector
|
||||||
|
+keywords:
|
||||||
|
+- security
|
||||||
|
+kubeVersion: '>=1.13.0-0'
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
url: https://neuvector.github.io/neuvector-helm/core-1.8.0.tgz
|
url: https://neuvector.github.io/neuvector-helm/core-1.8.5.tgz
|
||||||
packageVersion: 00
|
packageVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue