From 4f02ebcab7dcca6f8846d931885ca91a4026828b Mon Sep 17 00:00:00 2001 From: Fede Barcelona Date: Tue, 9 May 2023 10:03:24 +0200 Subject: [PATCH] chore(registry-scanner): Update to v0.2.33 (#1078) Co-authored-by: wideawakening Co-authored-by: iru --- charts/registry-scanner/CHANGELOG.md | 4 ++++ charts/registry-scanner/Chart.yaml | 4 ++-- charts/registry-scanner/README.md | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/charts/registry-scanner/CHANGELOG.md b/charts/registry-scanner/CHANGELOG.md index d2aade74f..74c32835a 100644 --- a/charts/registry-scanner/CHANGELOG.md +++ b/charts/registry-scanner/CHANGELOG.md @@ -11,6 +11,10 @@ exclusively to fix incorrect entries and not to add new ones. ## Change Log +# v1.0.6 +* **registry-scanner** bumped inner component to v0.2.33 + - chore: add limits to waitgroups + - logs: clarify skip message and parallelization # v1.0.5 * **registry-scanner** bumped inner component to v0.2.32 - refactor: move code around in packages diff --git a/charts/registry-scanner/Chart.yaml b/charts/registry-scanner/Chart.yaml index e739abe49..abf3cf1cd 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.5 -appVersion: 0.2.32 +version: 1.0.6 +appVersion: 0.2.33 maintainers: - name: airadier email: alvaro.iradier@sysdig.com diff --git a/charts/registry-scanner/README.md b/charts/registry-scanner/README.md index 1e0a23d7e..8e50c8675 100644 --- a/charts/registry-scanner/README.md +++ b/charts/registry-scanner/README.md @@ -52,7 +52,7 @@ Deploy the registry scanner specify each parameter using the `--set key=value[,k ```bash $ helm upgrade --install registry-scanner \ - --version=1.0.5 \ + --version=1.0.6 \ --set config.secureBaseURL= \ --set config.secureAPIToken= \ --set config.registryURL= \ @@ -64,7 +64,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.5 sysdig/registry-scanner +$ helm install registry-scanner -f values.yaml --version=1.0.6 sysdig/registry-scanner ``` @@ -173,7 +173,7 @@ Use the following command to deploy in an on-prem: ```bash $ helm upgrade --install registry-scanner \ - --version=1.0.5 \ + --version=1.0.6 \ --set config.secureBaseURL= \ --set config.secureAPIToken= \ --set config.secureSkipTLS=true \