Updating NeuVector chart version to 2.2.4

pull/558/head
selvamt94 2022-11-02 01:59:34 +00:00
parent c3010a4d7f
commit 8ad521fd39
4 changed files with 22 additions and 7 deletions

View File

@ -16,3 +16,18 @@ Additional Notes:
+ Neuvector deployed from Partners chart repository do not support Single Sign On from Rancher Manager. Please deploy Neuvector from Rancher charts for Single Sign On to work.
+ For deploying on hardened RKE2 and K3s clusters, enable PSP and set user id from other configuration for Manager, Scanner and Updater deployments. User id can be any number other than 0.
+ For deploying on hardened RKE cluster, enable PSP from other configuration.
Migrating to Feature Chart Notes:
+ To take advantage of NeuVector integration in Rancher, please migrate to Feature Chart.
+ NeuVector integration in Rancher is available from Rancher version v2.6.5.
+ NeuVector will be deployed in cattle-neuvector-system namespace.
+ Migration will upgrade NeuVector version to 5.*.* if Neuvector version 4.*.* in the current deployment.
+ PVC should be used in existing NeuVector deployment to retain NeuVector configuration after migration.
+ Follow below steps to Migrate to Feature Chart and retain NeuVector configuration.
+ Export configuration from NeuVector UI -> Settings -> Configuration -> Export -> All -> Submit.
+ import configuartion if PV data is not available to restore in new deployment.
+ Delete NeuVector partner chart.
+ Make sure neuvector-data PVC is deleted and PV is available for reusing.
+ Deploy Neuvector from Rancher Feature chart with PVC enabled.
+ Lauch Neuvector from Rancher Manager to do SSO to NeuVector UI.
+ NeuVector configuration data should be retained if PVC is correctly bound to PV.

View File

@ -7,7 +7,7 @@ questions:
label: Image Registry
group: "Container Images"
- variable: tag
default: "5.0.2"
default: "5.0.4"
description: image tag for controller enforcer manager
type: string
label: Image Tag
@ -84,15 +84,15 @@ questions:
label: Runtime Path
- variable: k3s.enabled
default: "false"
description: k3s/RKE2 containerd runtime. Enable only one runtime.
description: k3s containerd runtime. Enable only one runtime.
type: boolean
label: k3s/RKE2 Containerd Runtime
label: k3s Containerd Runtime
show_subquestion_if: true
group: "Container Runtime"
subquestions:
- variable: k3s.runtimePath
default: " /run/k3s/containerd/containerd.sock"
description: "k3s/RKE2 Containerd Runtime Path"
description: "k3s Containerd Runtime Path"
type: string
label: Runtime Path
#storage configurations

View File

@ -2,7 +2,7 @@
+++ charts/Chart.yaml
@@ -1,11 +1,17 @@
apiVersion: v1
appVersion: 5.0.2
appVersion: 5.0.4
-description: Helm chart for NeuVector's core services
-engine: gotpl
+description: Helm partner chart for NeuVector's core services
@ -13,7 +13,7 @@
name: becitsthere
-name: core
+name: neuvector
version: 2.2.2
version: 2.2.4
+annotations:
+ catalog.cattle.io/release-name: neuvector
+ catalog.cattle.io/certified: partner

View File

@ -1,2 +1,2 @@
url: https://neuvector.github.io/neuvector-helm/core-2.2.2.tgz
url: https://neuvector.github.io/neuvector-helm/core-2.2.4.tgz
packageVersion: 00