From fcd57fe2e6d16db84c2624413d4a068860ced53f Mon Sep 17 00:00:00 2001 From: neuvector Date: Fri, 12 Dec 2025 21:39:13 +0000 Subject: [PATCH] chore: bump helm chart versions for NeuVector 5.4.8 --- 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 1efd86c0..5a66dfe1 100644 --- a/charts/core/Chart.yaml +++ b/charts/core/Chart.yaml @@ -1,7 +1,7 @@ name: core apiVersion: v1 -version: 2.8.9 -appVersion: 5.4.7 +version: 2.8.10 +appVersion: 5.4.8 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 bfd60b0e..ccd18b6e 100644 --- a/charts/core/values.yaml +++ b/charts/core/values.yaml @@ -5,7 +5,7 @@ openshift: false registry: docker.io -tag: 5.4.7 +tag: 5.4.8 oem: imagePullSecrets: psp: false @@ -329,7 +329,7 @@ controller: image: repository: neuvector/compliance-config imagePullPolicy: IfNotPresent - tag: 1.0.8 + tag: 1.0.9 hash: enforcer: # If false, enforcer will not be installed @@ -466,7 +466,7 @@ cve: image: repository: neuvector/registry-adapter imagePullPolicy: IfNotPresent - tag: 0.2.0 + tag: 0.2.2 hash: priorityClassName: resources: @@ -558,7 +558,7 @@ cve: registry: "" repository: neuvector/updater imagePullPolicy: IfNotPresent - tag: 0.0.6 + tag: 0.0.7 hash: schedule: "0 0 * * *" priorityClassName: diff --git a/charts/crd/Chart.yaml b/charts/crd/Chart.yaml index 35c2a5d1..3293731c 100644 --- a/charts/crd/Chart.yaml +++ b/charts/crd/Chart.yaml @@ -1,7 +1,7 @@ name: crd apiVersion: v1 -version: 2.8.9 -appVersion: 5.4.7 +version: 2.8.10 +appVersion: 5.4.8 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 7ace5be1..1902b77f 100644 --- a/charts/monitor/Chart.yaml +++ b/charts/monitor/Chart.yaml @@ -1,7 +1,7 @@ name: monitor apiVersion: v1 -version: 2.8.9 -appVersion: 1.0.8 +version: 2.8.10 +appVersion: 1.0.9 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 d58daf8a..8473dfa7 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.8 + tag: 1.0.9 # changes this to a readonly user ! CTRL_USERNAME: admin CTRL_PASSWORD: admin