From f61f27da1e2fbfbee66699606fbc2b3fbf237acd Mon Sep 17 00:00:00 2001 From: Alberto Barba Date: Fri, 4 Aug 2023 09:05:32 +0200 Subject: [PATCH] docs(registry-scanner): fix configuration table rendering) --- charts/registry-scanner/Chart.yaml | 2 +- charts/registry-scanner/README.md | 1 + charts/registry-scanner/README.tpl | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/registry-scanner/Chart.yaml b/charts/registry-scanner/Chart.yaml index d43dc7d1c..bf97a3821 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.3 +version: 1.1.4 appVersion: 0.2.42 maintainers: - name: airadier diff --git a/charts/registry-scanner/README.md b/charts/registry-scanner/README.md index 1b8efabd1..98af5cd8f 100644 --- a/charts/registry-scanner/README.md +++ b/charts/registry-scanner/README.md @@ -117,6 +117,7 @@ The following table lists the configurable parameters of the Sysdig Registry Sca | scanOnStart.jobName | The name of the job created for the post-install scanner job | "registry-scanner-start-test" | | scanOnStart.asPostInstallHook | Specify whether to launch the job as a post-install helm hook.
Used for testing purpose. | false | | extraEnvVars | The additional environment variables to be set. | [] | + ## On-Prem Deployment If you are using a Sysdig on-prem version greater than 6.2, you need to configure legacy VM engine while setting up registry scanner. diff --git a/charts/registry-scanner/README.tpl b/charts/registry-scanner/README.tpl index 1963f5e37..143e6e3b2 100644 --- a/charts/registry-scanner/README.tpl +++ b/charts/registry-scanner/README.tpl @@ -49,8 +49,7 @@ Once installed, you can view the scan results in the [Vulnerabilities UI](https: The following table lists the configurable parameters of the Sysdig Registry Scanner chart and their default values: {{ .Chart.Values }} -{{- end -}} - +{{- end }} ## On-Prem Deployment If you are using a Sysdig on-prem version greater than 6.2, you need to configure legacy VM engine while setting up registry scanner.