@@ -43,7 +43,7 @@ helm upgrade --install armo armo/armo-cluster-components -n armo-system --creat
4343| armoCollector.affinity | object | ` {} ` | Assign custom [ affinity] ( https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ ) rules to the StatefulSet |
4444| armoCollector.enabled | bool | ` true ` | enable/disable the armoCollector |
4545| armoCollector.env[ 0] | object | ` {"name":"PRINT_REPORT","value":"false"} ` | print in verbose mode (print all reported data) |
46- | armoCollector.image.repository | string | ` "quay.io/armosec/cluster-collector " ` | [ source code] ( https://github.com/armosec/k8s-armo-collector ) (private repo ) |
46+ | armoCollector.image.repository | string | ` "quay.io/kubescape/kollector " ` | [ source code] ( https://github.com/kubescape/kollector ) |
4747| armoCollector.nodeSelector | object | ` {} ` | [ Node selector] ( https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ ) |
4848| armoCollector.volumes | object | ` [] ` | Additional volumes for the collector |
4949| armoCollector.volumeMounts | object | ` [] ` | Additional volumeMounts for the collector |
@@ -65,19 +65,21 @@ helm upgrade --install armo armo/armo-cluster-components -n armo-system --creat
6565| armoKubescapeScanScheduler.volumeMounts | object | ` [] ` | Additional volumeMounts for scan scheduler |
6666| armoNotificationService.affinity | object | ` {} ` | Assign custom [ affinity] ( https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ ) rules to the deployment |
6767| armoNotificationService.enabled | bool | ` true ` | enable/disable passing notifications from ARMO SaaS to the armo-web-socket microservice. The notifications are the onDemand scanning and the scanning schedule settings |
68- | armoNotificationService.image.repository | string | ` "quay.io/armosec/notification-server " ` | [ source code] ( https://github.com/armosec/capostman ) (private repo ) |
68+ | armoNotificationService.image.repository | string | ` "quay.io/kubescape/gateway " ` | [ source code] ( https://github.com/kubescape/gateway ) |
6969| armoNotificationService.nodeSelector | object | ` {} ` | [ Node selector] ( https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ ) |
7070| armoNotificationService.volumes | object | ` [] ` | Additional volumes for the notification service |
7171| armoNotificationService.volumeMounts | object | ` [] ` | Additional volumeMounts for the notification service |
7272| armoVulnScanner.affinity | object | ` {} ` | Assign custom [ affinity] ( https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ ) rules to the deployment |
7373| armoVulnScanner.enabled | bool | ` true ` | enable/disable image vulnerability scanning |
74- | armoVulnScanner.image.repository | string | ` "quay.io/armosec/images-vulnerabilities-scan " ` | [ source code] ( https://github.com/armosec/ca-vuln-scan ) (private repo ) |
74+ | armoVulnScanner.image.repository | string | ` "quay.io/kubescape/kubevuln " ` | [ source code] ( https://github.com/kubescape/kubevuln ) |
7575| armoVulnScanner.nodeSelector | object | ` {} ` | [ Node selector] ( https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ ) |
7676| armoVulnScanner.volumes | object | ` [] ` | Additional volumes for the image vulnerability scanning |
7777| armoVulnScanner.volumeMounts | object | ` [] ` | Additional volumeMounts for the image vulnerability scanning |
78+ | armoVulnScanScheduler.volumes | object | ` [] ` | Additional volumes for scan scheduler |
79+ | armoVulnScanScheduler.volumeMounts | object | ` [] ` | Additional volumeMounts for scan scheduler |
7880| armoWebsocket.affinity | object | ` {} ` | Assign custom [ affinity] ( https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ ) rules to the deployment |
7981| armoWebsocket.enabled | bool | ` true ` | enable/disable kubescape and image vulnerability scanning |
80- | armoWebsocket.image.repository | string | ` "quay.io/armosec/action-trigger " ` | [ source code] ( https://github.com/armosec/k8s-ca-websocket ) (private repo ) |
82+ | armoWebsocket.image.repository | string | ` "quay.io/kubescape/kontroller " ` | [ source code] ( https://github.com/kubescape/kontroller ) |
8183| armoWebsocket.nodeSelector | object | ` {} ` | [ Node selector] ( https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ ) |
8284| armoWebsocket.volumes | object | ` [] ` | Additional volumes for the web socket |
8385| armoWebsocket.volumeMounts | object | ` [] ` | Additional volumeMounts for the web socket |
0 commit comments