Skip to content

Commit 87ba25b

Browse files
authored
docs(registry-scanner): specify the namespace to use during installation (#1388)
1 parent 1a717ce commit 87ba25b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

charts/registry-scanner/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Sysdig Registry Scanner
44
type: application
55
home: https://sysdiglabs.github.io/registry-scanner/
66
icon: https://478h5m1yrfsa3bbe262u7muv-wpengine.netdna-ssl.com/wp-content/uploads/2019/02/Shovel_600px.png
7-
version: 1.1.14
7+
version: 1.1.15
88
appVersion: 0.2.53
99
maintainers:
1010
- name: giuse-sysdig

charts/registry-scanner/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ Use the following command to deploy:
124124

125125
```
126126
helm upgrade --install registry-scanner \
127-
--version=0.1.39 \
127+
--namespace sysdig-agent \
128+
--create-namespace \
129+
--version=1.1.15 \
128130
--set config.secureBaseURL=<SYSDIG_SECURE_URL> \
129131
--set config.secureAPIToken=<SYSDIG_SECURE_API_TOKEN> \
130132
--set config.secureSkipTLS=true \

charts/registry-scanner/README.tpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ Use the following command to deploy:
5959

6060
```
6161
helm upgrade --install registry-scanner \
62-
--version=0.1.39 \
62+
--namespace sysdig-agent \
63+
--create-namespace \
64+
{{ with .Chart.Version }}--version={{.}} {{ end }} \
6365
--set config.secureBaseURL=<SYSDIG_SECURE_URL> \
6466
--set config.secureAPIToken=<SYSDIG_SECURE_API_TOKEN> \
6567
--set config.secureSkipTLS=true \

0 commit comments

Comments
 (0)