From 0f614af463a3d259e1041257e12c4cfbee604201 Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Mon, 12 Aug 2024 12:15:28 +0000 Subject: [PATCH] github_actions_ci: Update public key --- charts/node-analyzer/README.md | 2 +- charts/node-analyzer/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/node-analyzer/README.md b/charts/node-analyzer/README.md index 89408000a..6b207a2d1 100644 --- a/charts/node-analyzer/README.md +++ b/charts/node-analyzer/README.md @@ -196,7 +196,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze | `nodeAnalyzer.hostScanner.additionalDirsToScan` | Sets the optional comma-separated list of directories in addition to the default ones. | ` ` | | `nodeAnalyzer.hostScanner.env` | Specifies the extra environment variables that will be passed onto pods. | `{}` | | `nodeAnalyzer.hostScanner.image.repository` | Specifies the image repository to pull the Host Scanner from. | `sysdig/vuln-host-scanner` | -| `nodeAnalyzer.hostScanner.image.tag` | Specifies the image tag to pull the Host Scanner. | `0.10.2` | +| `nodeAnalyzer.hostScanner.image.tag` | Specifies the image tag to pull the Host Scanner. | `0.11.0` | | `nodeAnalyzer.hostScanner.image.digest` | Specifies the image digest to pull. | ` ` | | `nodeAnalyzer.hostScanner.image.pullPolicy` | Specifies the image pull policy for the Host Scanner. | `""` | | `nodeAnalyzer.hostScanner.http_proxy` | Sets `HTTP_PROXY` on the Host Scanner container. | `""` | diff --git a/charts/node-analyzer/values.yaml b/charts/node-analyzer/values.yaml index c34bb7239..3ac4de934 100644 --- a/charts/node-analyzer/values.yaml +++ b/charts/node-analyzer/values.yaml @@ -397,7 +397,7 @@ nodeAnalyzer: image: repository: sysdig/vuln-host-scanner - tag: "0.10.2" + tag: "0.11.0" digest: pullPolicy: