Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/core/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
openshift: false

registry: docker.io
tag: 5.4.7
tag: 5.4.8
oem:
imagePullSecrets:
psp: false
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -466,7 +466,7 @@ cve:
image:
repository: neuvector/registry-adapter
imagePullPolicy: IfNotPresent
tag: 0.2.0
tag: 0.2.2
hash:
priorityClassName:
resources:
Expand Down Expand Up @@ -558,7 +558,7 @@ cve:
registry: ""
repository: neuvector/updater
imagePullPolicy: IfNotPresent
tag: 0.0.6
tag: 0.0.7
hash:
schedule: "0 0 * * *"
priorityClassName:
Expand Down
4 changes: 2 additions & 2 deletions charts/crd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/monitor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/monitor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading