From cb0a6f4b40d90b50f77fc0cc815cf3a10d6bca94 Mon Sep 17 00:00:00 2001 From: Federico Mengozzi <19249682+fedemengo@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:01:37 +0100 Subject: [PATCH] feat(registry-scanner): bump chart version --- charts/registry-scanner/Chart.yaml | 4 ++-- charts/registry-scanner/README.md | 2 +- charts/registry-scanner/README.tpl | 2 +- charts/registry-scanner/values.yaml | 2 ++ 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/registry-scanner/Chart.yaml b/charts/registry-scanner/Chart.yaml index 0da670392..97892ccf9 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://www.sysdig.com/ icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4 -version: 1.1.25 -appVersion: 0.2.60 +version: 1.1.26 +appVersion: 0.2.61 maintainers: - name: sysdiglabs diff --git a/charts/registry-scanner/README.md b/charts/registry-scanner/README.md index 8bb99f7e2..bb5884b18 100644 --- a/charts/registry-scanner/README.md +++ b/charts/registry-scanner/README.md @@ -130,7 +130,7 @@ Use the following command to deploy: helm upgrade --install registry-scanner \ --namespace sysdig-agent \ --create-namespace \ - --version=1.1.25 \ + --version=1.1.26 \ --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 e1950db19..9e7c5616d 100644 --- a/charts/registry-scanner/README.tpl +++ b/charts/registry-scanner/README.tpl @@ -62,7 +62,7 @@ Use the following command to deploy: helm upgrade --install registry-scanner \ --namespace sysdig-agent \ --create-namespace \ - {{ with .Chart.Version }}--version={{.}} {{ end }} \ + {{ with .Chart.Version }}--version={{.}}{{ end }} \ --set config.secureBaseURL= \ --set config.secureAPIToken= \ --set config.secureSkipTLS=true \ diff --git a/charts/registry-scanner/values.yaml b/charts/registry-scanner/values.yaml index 43fe49795..0a32ef66c 100644 --- a/charts/registry-scanner/values.yaml +++ b/charts/registry-scanner/values.yaml @@ -105,6 +105,8 @@ config: # The size limit for the emptyDir volume used by the scanner job.
# This volume is used to store both the vulnerability database and the image to scan. temporaryVolumeSizeLimit: 2Gi + # Force the scan to happen on the client component rather than relying on backend scanning + disablePlatformScanning: false # Number of goroutines running in parallel in metadata phase for ECR Org setup. parallelGoRoutines: 100 ssl: