diff --git a/charts/registry-scanner/Chart.yaml b/charts/registry-scanner/Chart.yaml index fc7af9fe0..f42fb1447 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.0.0 -appVersion: 0.2.28 +version: 1.0.1 +appVersion: 0.2.29 maintainers: - name: airadier email: alvaro.iradier@sysdig.com diff --git a/charts/registry-scanner/README.md b/charts/registry-scanner/README.md index d2e5a9db2..e8f155e8b 100644 --- a/charts/registry-scanner/README.md +++ b/charts/registry-scanner/README.md @@ -49,7 +49,7 @@ Deploy the registry scanner specify each parameter using the `--set key=value[,k ```bash $ helm upgrade --install registry-scanner \ - --version=1.0.0 \ + --version=1.0.1 \ --set config.secureBaseURL= \ --set config.secureAPIToken= \ --set config.registryURL= \ @@ -61,7 +61,7 @@ $ helm upgrade --install registry-scanner \ Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```bash -$ helm install registry-scanner -f values.yaml --version=1.0.0 sysdig/registry-scanner +$ helm install registry-scanner -f values.yaml --version=1.0.1 sysdig/registry-scanner ``` @@ -162,7 +162,7 @@ Use the following command to deploy in an on-prem: ```bash $ helm upgrade --install registry-scanner \ - --version=1.0.0 \ + --version=1.0.1 \ --set config.secureBaseURL= \ --set config.secureAPIToken= \ --set config.secureSkipTLS=true \