diff --git a/charts/registry-scanner/Chart.yaml b/charts/registry-scanner/Chart.yaml index 87758c01f..12c70fcb6 100644 --- a/charts/registry-scanner/Chart.yaml +++ b/charts/registry-scanner/Chart.yaml @@ -4,8 +4,8 @@ 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.21 -appVersion: 0.2.58 +version: 1.1.22 +appVersion: 0.2.59 maintainers: - name: giuse-sysdig email: giuseppe.esposito@sysdig.com diff --git a/charts/registry-scanner/README.md b/charts/registry-scanner/README.md index f6c61c3ea..50d7ae786 100644 --- a/charts/registry-scanner/README.md +++ b/charts/registry-scanner/README.md @@ -129,7 +129,7 @@ Use the following command to deploy: helm upgrade --install registry-scanner \ --namespace sysdig-agent \ --create-namespace \ - --version=1.1.21 \ + --version=1.1.22 \ --set config.secureBaseURL= \ --set config.secureAPIToken= \ --set config.secureSkipTLS=true \