Skip to content

Commit 90d29d0

Browse files
gfsusegfsuse
authored andcommitted
chore: bump up helm chart versions
1 parent 53d4498 commit 90d29d0

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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.8
4-
appVersion: 5.4.6
3+
version: 2.8.9
4+
appVersion: 5.4.7
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.4.6
8+
tag: 5.4.7
99
oem:
1010
imagePullSecrets:
1111
psp: false
@@ -328,7 +328,7 @@ controller:
328328
image:
329329
repository: neuvector/compliance-config
330330
imagePullPolicy: IfNotPresent
331-
tag: 1.0.7
331+
tag: 1.0.8
332332
hash:
333333
enforcer:
334334
# If false, enforcer will not be installed
@@ -463,7 +463,7 @@ cve:
463463
image:
464464
repository: neuvector/registry-adapter
465465
imagePullPolicy: IfNotPresent
466-
tag: 0.1.9
466+
tag: 0.2.0
467467
hash:
468468
priorityClassName:
469469
resources:
@@ -555,7 +555,7 @@ cve:
555555
registry: ""
556556
repository: neuvector/updater
557557
imagePullPolicy: IfNotPresent
558-
tag: 0.0.5
558+
tag: 0.0.6
559559
hash:
560560
schedule: "0 0 * * *"
561561
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.8
4-
appVersion: 5.4.6
3+
version: 2.8.9
4+
appVersion: 5.4.7
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.8
4-
appVersion: 1.0.7
3+
version: 2.8.9
4+
appVersion: 1.0.8
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.7
15+
tag: 1.0.8
1616
# changes this to a readonly user !
1717
CTRL_USERNAME: admin
1818
CTRL_PASSWORD: admin

0 commit comments

Comments
 (0)