mirror of https://git.rancher.io/charts
75 lines
1.6 KiB
Diff
75 lines
1.6 KiB
Diff
|
--- charts-original/values.yaml
|
||
|
+++ charts/values.yaml
|
||
|
@@ -4,12 +4,10 @@
|
||
|
|
||
|
openshift: false
|
||
|
|
||
|
-registry: registry.neuvector.com
|
||
|
-tag: 4.4.4-s2
|
||
|
+registry: docker.io
|
||
|
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
|
||
|
+ tag: 5.0.0-b1
|
||
|
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
|
||
|
+ tag: 5.0.0-b1
|
||
|
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
|
||
|
+ tag: 5.0.0-b1
|
||
|
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:
|