Skip to content

Commit

Permalink
docs(registry-scanner): specify the namespace to use during installat…
Browse files Browse the repository at this point in the history
…ion (#1388)
  • Loading branch information
mavimo authored Oct 24, 2023
1 parent 1a717ce commit 87ba25b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/registry-scanner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Sysdig Registry Scanner
type: application
home: https://sysdiglabs.github.io/registry-scanner/
icon: https://478h5m1yrfsa3bbe262u7muv-wpengine.netdna-ssl.com/wp-content/uploads/2019/02/Shovel_600px.png
version: 1.1.14
version: 1.1.15
appVersion: 0.2.53
maintainers:
- name: giuse-sysdig
Expand Down
4 changes: 3 additions & 1 deletion charts/registry-scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ Use the following command to deploy:

```
helm upgrade --install registry-scanner \
--version=0.1.39 \
--namespace sysdig-agent \
--create-namespace \
--version=1.1.15 \
--set config.secureBaseURL=<SYSDIG_SECURE_URL> \
--set config.secureAPIToken=<SYSDIG_SECURE_API_TOKEN> \
--set config.secureSkipTLS=true \
Expand Down
4 changes: 3 additions & 1 deletion charts/registry-scanner/README.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ Use the following command to deploy:

```
helm upgrade --install registry-scanner \
--version=0.1.39 \
--namespace sysdig-agent \
--create-namespace \
{{ with .Chart.Version }}--version={{.}} {{ end }} \
--set config.secureBaseURL=<SYSDIG_SECURE_URL> \
--set config.secureAPIToken=<SYSDIG_SECURE_API_TOKEN> \
--set config.secureSkipTLS=true \
Expand Down

0 comments on commit 87ba25b

Please sign in to comment.