Skip to content

Commit c198f9e

Browse files
committed
chore: bump versions
1 parent 685d462 commit c198f9e

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
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.6
4-
appVersion: 5.4.4
3+
version: 2.8.7
4+
appVersion: 5.4.5
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.4
8+
tag: 5.4.5
99
oem:
1010
imagePullSecrets:
1111
psp: false
@@ -320,7 +320,7 @@ controller:
320320
image:
321321
repository: neuvector/compliance-config
322322
imagePullPolicy: IfNotPresent
323-
tag: 1.0.5
323+
tag: 1.0.6
324324
hash:
325325
enforcer:
326326
# If false, enforcer will not be installed
@@ -455,7 +455,7 @@ cve:
455455
image:
456456
repository: neuvector/registry-adapter
457457
imagePullPolicy: IfNotPresent
458-
tag: 0.1.7
458+
tag: 0.1.8
459459
hash:
460460
priorityClassName:
461461
resources:
@@ -547,7 +547,7 @@ cve:
547547
registry: ""
548548
repository: neuvector/updater
549549
imagePullPolicy: IfNotPresent
550-
tag: 0.0.3
550+
tag: 0.0.4
551551
hash:
552552
schedule: "0 0 * * *"
553553
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.6
4-
appVersion: 5.4.4
3+
version: 2.8.7
4+
appVersion: 5.4.5
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.6
4-
appVersion: 1.0.5
3+
version: 2.8.7
4+
appVersion: 1.0.6
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: 2 additions & 2 deletions
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.5
15+
tag: 1.0.6
1616
# changes this to a readonly user !
1717
CTRL_USERNAME: admin
1818
CTRL_PASSWORD: admin
@@ -60,4 +60,4 @@ exporter:
6060
# certFile: /etc/prom-certs/cert-chain.pem
6161
# keyFile: /etc/prom-certs/key.pem
6262
# insecureSkipVerify: true
63-
tlsConfig: {}
63+
tlsConfig: {}

0 commit comments

Comments
 (0)