Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit dddedbb

Browse files
committed
#24 Also upgrade install the operator
For the sake of consistency we also upgrade install the operator instead of only installing it. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 46220df commit dddedbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<p align="center">
1515
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="Build" src="https://github.com/secureCodeBox/secureCodeBox-v2-alpha/workflows/CI/badge.svg"></a>
1616
<a href="https://codeclimate.com/github/secureCodeBox/secureCodeBox-v2-alpha/test_coverage"><img alt="Test Coverage" src="https://api.codeclimate.com/v1/badges/b6bf3af707671b5e5251/test_coverage" /></a>
17-
<a href="https://snyk.io/test/github/secureCodeBox/secureCodeBox-v2-alpha/"><img alt="Known Vulnerabilities" src="https://snyk.io/test/github/secureCodeBox/secureCodeBox-v2-alpha/badge.svg"></a>
17+
<a href="https://snyk.io/test/github/secureCodeBox/secureCodeBox-v2-alpha/"><img alt="Known Vulnerabilities" src="https://snyk.io/test/github/secureCodeBox/secureCodeBox-v2-alpha/badge.svg"></a>
1818
</p>
1919

2020
**NOTE**: This Repository contains a **work in progress** preview of the planned next major secureCodeBox Release. You can find the current **stable release** here [https://github.com/secureCodeBox/secureCodeBox](https://github.com/secureCodeBox/secureCodeBox). The release of version 2.0 is still at least some month away but you can already get a sneak peak here 😀. The release will contain a major architecture change which will not be backward compatible. More details will follow soon in a series of blog articles.
@@ -79,7 +79,7 @@ Deploy the secureCodeBox operator first:
7979

8080
```bash
8181
kubectl create namespace securecodebox-system
82-
helm -n securecodebox-system install securecodebox-operator ./operator/
82+
helm -n securecodebox-system upgrade --install securecodebox-operator ./operator/
8383
```
8484

8585
Optionally deploy SCB scanner charts for each security scanner you want to use. They should not be installed into the `securecodebox-system` like the operator so that different teams can use different kinds of scanners.

bin/install-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eu
44

55
kubectl create namespace securecodebox-system
6-
helm -n securecodebox-system install securecodebox-operator ./operator/
6+
helm -n securecodebox-system upgrade --install securecodebox-operator ./operator/
77

88
helm upgrade --install amass ./scanners/amass/
99
helm upgrade --install kube-hunter ./scanners/kube-hunter/

0 commit comments

Comments
 (0)