Skip to content

Commit de3f797

Browse files
chore: init version to chart 2.11.0 for NV 5.6.0
1 parent d5d80fb commit de3f797

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

charts/core/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: core
22
apiVersion: v1
3-
version: 2.8.13
4-
appVersion: 5.5.1
3+
version: 2.11.0
4+
appVersion: 5.6.0
55
description: Helm chart for NeuVector's core services
66
home: https://neuvector.com
77
icon: https://avatars2.githubusercontent.com/u/19367275?s=200&v=4

charts/core/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
openshift: false
66

77
registry: docker.io
8-
tag: 5.5.1
8+
tag: 5.6.0
99
oem:
1010
imagePullSecrets:
1111
psp: false
@@ -330,7 +330,7 @@ controller:
330330
image:
331331
repository: neuvector/compliance-config
332332
imagePullPolicy: IfNotPresent
333-
tag: 1.0.12
333+
tag: 1.0.15
334334
hash:
335335
enforcer:
336336
# If false, enforcer will not be installed
@@ -467,7 +467,7 @@ cve:
467467
image:
468468
repository: neuvector/registry-adapter
469469
imagePullPolicy: IfNotPresent
470-
tag: 0.2.6
470+
tag: 0.2.9
471471
hash:
472472
priorityClassName:
473473
resources:
@@ -559,7 +559,7 @@ cve:
559559
registry: ""
560560
repository: neuvector/updater
561561
imagePullPolicy: IfNotPresent
562-
tag: 0.0.10
562+
tag: 0.0.13
563563
hash:
564564
schedule: "0 0 * * *"
565565
priorityClassName:

charts/crd/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: crd
22
apiVersion: v1
3-
version: 2.8.13
4-
appVersion: 5.5.1
3+
version: 2.11.0
4+
appVersion: 5.6.0
55
description: Helm chart for NeuVector's CRD services
66
home: https://neuvector.com
77
icon: https://avatars2.githubusercontent.com/u/19367275?s=200&v=4

charts/monitor/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: monitor
22
apiVersion: v1
3-
version: 2.8.13
4-
appVersion: 1.0.12
3+
version: 2.11.0
4+
appVersion: 1.0.16
55
description: Helm chart for NeuVector monitor services
66
home: https://neuvector.com
77
icon: https://avatars2.githubusercontent.com/u/19367275?s=200&v=4

charts/monitor/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exporter:
1212
image:
1313
repository: neuvector/prometheus-exporter
1414
imagePullPolicy: IfNotPresent
15-
tag: 1.0.12
15+
tag: 1.0.16
1616
# changes this to a readonly user !
1717
CTRL_USERNAME: admin
1818
CTRL_PASSWORD: admin

0 commit comments

Comments
 (0)