From 374aac4f3001a48ada3c2aee18bad2f4b1a350cb Mon Sep 17 00:00:00 2001 From: "Sam Wang (holyspectral)" Date: Wed, 18 Dec 2024 18:51:59 -0500 Subject: [PATCH] feat: update image tags for 5.4.2 --- charts/core/Chart.yaml | 4 ++-- charts/core/values.yaml | 10 +++++----- charts/crd/Chart.yaml | 4 ++-- charts/monitor/Chart.yaml | 4 ++-- charts/monitor/values.yaml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/core/Chart.yaml b/charts/core/Chart.yaml index 7eaf84d8..6b600b61 100644 --- a/charts/core/Chart.yaml +++ b/charts/core/Chart.yaml @@ -1,7 +1,7 @@ name: core apiVersion: v1 -version: 2.8.3 -appVersion: 5.4.1 +version: 2.8.4 +appVersion: 5.4.2 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 5d15a6b6..c0d12fac 100644 --- a/charts/core/values.yaml +++ b/charts/core/values.yaml @@ -5,7 +5,7 @@ openshift: false registry: docker.io -tag: 5.4.1 +tag: 5.4.2 oem: imagePullSecrets: psp: false @@ -316,7 +316,7 @@ controller: enabled: false image: repository: neuvector/compliance-config - tag: latest + tag: 1.0.2 hash: enforcer: # If false, enforcer will not be installed @@ -444,7 +444,7 @@ cve: enabled: false image: repository: neuvector/registry-adapter - tag: 0.1.3 + tag: 0.1.4 hash: priorityClassName: resources: @@ -535,7 +535,7 @@ cve: image: registry: "" repository: neuvector/updater - tag: latest + tag: 0.0.1 hash: schedule: "0 0 * * *" priorityClassName: @@ -566,7 +566,7 @@ cve: image: registry: "" repository: neuvector/scanner - tag: "6" + tag: 6 hash: priorityClassName: resources: diff --git a/charts/crd/Chart.yaml b/charts/crd/Chart.yaml index 9fce9918..f532e0e0 100644 --- a/charts/crd/Chart.yaml +++ b/charts/crd/Chart.yaml @@ -1,7 +1,7 @@ name: crd apiVersion: v1 -version: 2.8.3 -appVersion: 5.4.1 +version: 2.8.4 +appVersion: 5.4.2 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 8ecb8eee..0276271b 100644 --- a/charts/monitor/Chart.yaml +++ b/charts/monitor/Chart.yaml @@ -1,7 +1,7 @@ name: monitor apiVersion: v1 -version: 2.8.3 -appVersion: 1-1.0.0 +version: 2.8.4 +appVersion: 1.0.1 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 df76ecab..cbc28994 100644 --- a/charts/monitor/values.yaml +++ b/charts/monitor/values.yaml @@ -11,7 +11,7 @@ exporter: enabled: true image: repository: neuvector/prometheus-exporter - tag: latest + tag: 1.0.1 # changes this to a readonly user ! CTRL_USERNAME: admin CTRL_PASSWORD: admin