@@ -66,26 +66,26 @@ kubectl create namespace securecodebox-system
6666helm -n securecodebox-system install securecodebox-operator ./operator/ --set image.tag=hooks
6767
6868# Deploy definitions for the integrated scanners
69- helm install amass ./integrations/amass/
70- helm install kube-hunter ./integrations/kube-hunter/
71- helm install nikto ./integrations/nikto
72- helm install nmap ./integrations/nmap/
73- helm install ssh-scan ./integrations/ssh_scan/
74- helm install sslyze ./integrations/sslyze/
75- helm install trivy ./integrations/trivy/
76- helm install zap ./integrations/zap/
77- helm install wpscan ./integrations/wpscan/
69+ helm upgrade -- install amass ./integrations/amass/
70+ helm upgrade -- install kube-hunter ./integrations/kube-hunter/
71+ helm upgrade -- install nikto ./integrations/nikto
72+ helm upgrade -- install nmap ./integrations/nmap/
73+ helm upgrade -- install ssh-scan ./integrations/ssh_scan/
74+ helm upgrade -- install sslyze ./integrations/sslyze/
75+ helm upgrade -- install trivy ./integrations/trivy/
76+ helm upgrade -- install zap ./integrations/zap/
77+ helm upgrade -- install wpscan ./integrations/wpscan/
7878
7979# Optional Deploy some Demo Apps for scanning
80- helm install dummy-ssh ./demo-apps/dummy-ssh/
80+ helm upgrade -- install dummy-ssh ./demo-apps/dummy-ssh/
8181
8282# Deploy secureCodeBox Hooks
83- helm install add-attributes ./hooks/add-attributes/
84- helm install generic-webhook ./hooks/generic-webhook/
85- helm install imperative-subsequent-scans ./hooks/imperative-subsequent-scans/
83+ helm upgrade -- install add-attributes ./hooks/add-attributes/
84+ helm upgrade -- install generic-webhook ./hooks/generic-webhook/
85+ helm upgrade -- install imperative-subsequent-scans ./hooks/imperative-subsequent-scans/
8686
8787# # Persistence Provider: Elasticsearch
88- helm install persistence-elastic ./hooks/persistence-elastic/
88+ helm upgrade -- install persistence-elastic ./hooks/persistence-elastic/
8989```
9090
9191### Examples
0 commit comments