Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(registry-scanner): specify the namespace to use during installation #1388

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading