Updating NeuVector chart version 1.8.5
parent
b58b76eaf7
commit
6432bfb430
|
@ -9,4 +9,6 @@ NeuVector integrates tightly with Rancher and Kubernetes to extend the built-in
|
|||
+ Complete run-time scanning with network, process, and file system monitoring and protection
|
||||
+ 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
|
||||
+ 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
|
||||
group: "Container Images"
|
||||
- variable: tag
|
||||
default: "latest"
|
||||
default: "4.3.2"
|
||||
description: image tag for controller enforcer manager
|
||||
type: string
|
||||
label: Image Tag
|
||||
|
@ -88,7 +88,7 @@ questions:
|
|||
group: "Ingress Configuration"
|
||||
- variable: manager.ingress.annotations
|
||||
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
|
||||
label: Manager Ingress annotations
|
||||
group: "Ingress Configuration"
|
||||
|
@ -112,7 +112,7 @@ questions:
|
|||
group: "Ingress Configuration"
|
||||
- variable: controller.ingress.annotations
|
||||
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
|
||||
label: Controller Ingress annotations
|
||||
group: "Ingress Configuration"
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
--- charts-original/Chart.yaml
|
||||
+++ charts/Chart.yaml
|
||||
@@ -1,11 +1,17 @@
|
||||
+annotations:
|
||||
+ catalog.cattle.io/release-name: neuvector
|
||||
+ catalog.cattle.io/certified: partner
|
||||
+ catalog.cattle.io/display-name: NeuVector
|
||||
apiVersion: v1
|
||||
appVersion: 4.3.0
|
||||
appVersion: 4.3.2
|
||||
description: Helm chart for NeuVector's core services
|
||||
-engine: gotpl
|
||||
home: https://neuvector.com
|
||||
icon: https://avatars2.githubusercontent.com/u/19367275?s=200&v=4
|
||||
+keywords:
|
||||
+- security
|
||||
+kubeVersion: '>=1.13.0-0'
|
||||
maintainers:
|
||||
- email: support@neuvector.com
|
||||
name: becitsthere
|
||||
-name: core
|
||||
+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
|
||||
|
|
Loading…
Reference in New Issue