From 1342493c03ede2b9d16c2eb0e3a75e41e3ca71c0 Mon Sep 17 00:00:00 2001 From: Marco Vito Moscaritolo Date: Mon, 2 Oct 2023 18:14:45 +0200 Subject: [PATCH] docs(registry-scanner): specify the namespace to use during installation --- charts/registry-scanner/Chart.yaml | 2 +- charts/registry-scanner/README.md | 4 +++- charts/registry-scanner/README.tpl | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/charts/registry-scanner/Chart.yaml b/charts/registry-scanner/Chart.yaml index 622db0219..6e113e4a5 100644 --- a/charts/registry-scanner/Chart.yaml +++ b/charts/registry-scanner/Chart.yaml @@ -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 diff --git a/charts/registry-scanner/README.md b/charts/registry-scanner/README.md index dec3d31e0..fb088bb0a 100644 --- a/charts/registry-scanner/README.md +++ b/charts/registry-scanner/README.md @@ -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= \ --set config.secureAPIToken= \ --set config.secureSkipTLS=true \ diff --git a/charts/registry-scanner/README.tpl b/charts/registry-scanner/README.tpl index 6bfe90693..779bda425 100644 --- a/charts/registry-scanner/README.tpl +++ b/charts/registry-scanner/README.tpl @@ -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= \ --set config.secureAPIToken= \ --set config.secureSkipTLS=true \