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 \