2022-04-13 18:27:53 +00:00
|
|
|
--- charts-original/values.yaml
|
|
|
|
+++ charts/values.yaml
|
2022-05-02 22:13:20 +00:00
|
|
|
@@ -5,11 +5,9 @@
|
2022-04-13 18:27:53 +00:00
|
|
|
openshift: false
|
|
|
|
|
2022-05-02 22:13:20 +00:00
|
|
|
registry: docker.io
|
2022-05-11 19:35:34 +00:00
|
|
|
-tag: 5.0.0
|
2022-04-13 18:27:53 +00:00
|
|
|
oem:
|
|
|
|
-imagePullSecrets:
|
|
|
|
psp: false
|
|
|
|
-serviceAccount: default
|
|
|
|
+serviceAccount: neuvector
|
|
|
|
|
|
|
|
controller:
|
|
|
|
# If false, controller will not be installed
|
|
|
|
@@ -20,7 +18,8 @@
|
|
|
|
maxSurge: 1
|
|
|
|
maxUnavailable: 0
|
|
|
|
image:
|
|
|
|
- repository: neuvector/controller
|
|
|
|
+ repository: rancher/mirrored-neuvector-controller
|
2022-05-11 19:35:34 +00:00
|
|
|
+ tag: 5.0.0
|
2022-04-13 18:27:53 +00:00
|
|
|
hash:
|
|
|
|
replicas: 3
|
|
|
|
disruptionbudget: 0
|
|
|
|
@@ -52,7 +51,7 @@
|
|
|
|
termination: passthrough
|
|
|
|
host:
|
|
|
|
ranchersso:
|
|
|
|
- enabled: false
|
|
|
|
+ enabled: true
|
|
|
|
pvc:
|
|
|
|
enabled: false
|
|
|
|
accessModes:
|
|
|
|
@@ -157,7 +156,8 @@
|
|
|
|
# If false, enforcer will not be installed
|
|
|
|
enabled: true
|
|
|
|
image:
|
|
|
|
- repository: neuvector/enforcer
|
|
|
|
+ repository: rancher/mirrored-neuvector-enforcer
|
2022-05-11 19:35:34 +00:00
|
|
|
+ tag: 5.0.0
|
2022-04-13 18:27:53 +00:00
|
|
|
hash:
|
|
|
|
priorityClassName:
|
|
|
|
tolerations:
|
|
|
|
@@ -175,7 +175,8 @@
|
|
|
|
# If false, manager will not be installed
|
|
|
|
enabled: true
|
|
|
|
image:
|
|
|
|
- repository: neuvector/manager
|
|
|
|
+ repository: rancher/mirrored-neuvector-manager
|
2022-05-11 19:35:34 +00:00
|
|
|
+ tag: 5.0.0
|
2022-04-13 18:27:53 +00:00
|
|
|
hash:
|
|
|
|
priorityClassName:
|
|
|
|
env:
|
|
|
|
@@ -228,7 +229,7 @@
|
|
|
|
enabled: true
|
|
|
|
secure: false
|
|
|
|
image:
|
|
|
|
- repository: neuvector/updater
|
|
|
|
+ repository: rancher/mirrored-neuvector-updater
|
|
|
|
tag: latest
|
|
|
|
hash:
|
|
|
|
schedule: "0 0 * * *"
|
|
|
|
@@ -243,7 +244,7 @@
|
|
|
|
maxSurge: 1
|
|
|
|
maxUnavailable: 0
|
|
|
|
image:
|
|
|
|
- repository: neuvector/scanner
|
|
|
|
+ repository: rancher/mirrored-neuvector-scanner
|
|
|
|
tag: latest
|
|
|
|
hash:
|
|
|
|
priorityClassName:
|