From 9c4aeb92a6bb2394972b50f12db1379644dfd81a Mon Sep 17 00:00:00 2001 From: neuvector Date: Thu, 16 Jul 2026 19:19:26 +0000 Subject: [PATCH] chore: init version to chart 2.11.0 for NV 5.6.0 --- charts/core/Chart.yaml | 4 ++-- charts/core/values.yaml | 8 ++++---- charts/crd/Chart.yaml | 4 ++-- charts/monitor/Chart.yaml | 4 ++-- charts/monitor/values.yaml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/core/Chart.yaml b/charts/core/Chart.yaml index 94cd3c45a..b70a119e4 100644 --- a/charts/core/Chart.yaml +++ b/charts/core/Chart.yaml @@ -1,7 +1,7 @@ name: core apiVersion: v1 -version: 2.8.13 -appVersion: 5.5.1 +version: 2.11.0 +appVersion: 5.6.0 description: Helm chart for NeuVector's core services home: https://neuvector.com icon: https://avatars2.githubusercontent.com/u/19367275?s=200&v=4 diff --git a/charts/core/values.yaml b/charts/core/values.yaml index 7710f3125..18cbc975d 100644 --- a/charts/core/values.yaml +++ b/charts/core/values.yaml @@ -5,7 +5,7 @@ openshift: false registry: docker.io -tag: 5.5.1 +tag: 5.6.0 oem: imagePullSecrets: psp: false @@ -330,7 +330,7 @@ controller: image: repository: neuvector/compliance-config imagePullPolicy: IfNotPresent - tag: 1.0.12 + tag: 1.0.15 hash: enforcer: # If false, enforcer will not be installed @@ -467,7 +467,7 @@ cve: image: repository: neuvector/registry-adapter imagePullPolicy: IfNotPresent - tag: 0.2.6 + tag: 0.2.9 hash: priorityClassName: resources: @@ -559,7 +559,7 @@ cve: registry: "" repository: neuvector/updater imagePullPolicy: IfNotPresent - tag: 0.0.10 + tag: 0.0.13 hash: schedule: "0 0 * * *" priorityClassName: diff --git a/charts/crd/Chart.yaml b/charts/crd/Chart.yaml index 358322e90..afe139b75 100644 --- a/charts/crd/Chart.yaml +++ b/charts/crd/Chart.yaml @@ -1,7 +1,7 @@ name: crd apiVersion: v1 -version: 2.8.13 -appVersion: 5.5.1 +version: 2.11.0 +appVersion: 5.6.0 description: Helm chart for NeuVector's CRD services home: https://neuvector.com icon: https://avatars2.githubusercontent.com/u/19367275?s=200&v=4 diff --git a/charts/monitor/Chart.yaml b/charts/monitor/Chart.yaml index 18faf7652..b2133f88a 100644 --- a/charts/monitor/Chart.yaml +++ b/charts/monitor/Chart.yaml @@ -1,7 +1,7 @@ name: monitor apiVersion: v1 -version: 2.8.13 -appVersion: 1.0.12 +version: 2.11.0 +appVersion: 1.0.16 description: Helm chart for NeuVector monitor services home: https://neuvector.com icon: https://avatars2.githubusercontent.com/u/19367275?s=200&v=4 diff --git a/charts/monitor/values.yaml b/charts/monitor/values.yaml index 0e252d85b..0a0b9c8ca 100644 --- a/charts/monitor/values.yaml +++ b/charts/monitor/values.yaml @@ -12,7 +12,7 @@ exporter: image: repository: neuvector/prometheus-exporter imagePullPolicy: IfNotPresent - tag: 1.0.12 + tag: 1.0.16 # changes this to a readonly user ! CTRL_USERNAME: admin CTRL_PASSWORD: admin