Skip to content
Open
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
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.5.1
tag: 5.6.0
oem:
imagePullSecrets:
psp: false
Expand Down Expand Up @@ -330,7 +330,7 @@ controller:
image:
repository: neuvector/compliance-config
imagePullPolicy: IfNotPresent
tag: 1.0.12
tag: 1.0.15
hash:
enforcer:
# If false, enforcer will not be installed
Expand Down Expand Up @@ -467,7 +467,7 @@ cve:
image:
repository: neuvector/registry-adapter
imagePullPolicy: IfNotPresent
tag: 0.2.6
tag: 0.2.9
hash:
priorityClassName:
resources:
Expand Down Expand Up @@ -559,7 +559,7 @@ cve:
registry: ""
repository: neuvector/updater
imagePullPolicy: IfNotPresent
tag: 0.0.10
tag: 0.0.13
hash:
schedule: "0 0 * * *"
priorityClassName:
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.12
tag: 1.0.16
# changes this to a readonly user !
CTRL_USERNAME: admin
CTRL_PASSWORD: admin
Expand Down
Loading