Skip to content

Commit d1c37ca

Browse files
feat(cluster-scanner): bump cluster-scanner to 0.5.4 (#1580)
1 parent cd9d871 commit d1c37ca

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

charts/cluster-scanner/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cluster-scanner
33
description: Sysdig Cluster Scanner
44

55
type: application
6-
version: 0.8.7
6+
version: 0.8.8
77
appVersion: "0.1.0"
88
home: https://www.sysdig.com/
99

charts/cluster-scanner/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ pre-commit run -a
2525
$ helm repo add sysdig https://charts.sysdig.com
2626
$ helm repo update
2727
$ helm upgrade --install sysdig-cluster-scanner sysdig/cluster-scanner \
28-
--create-namespace -n sysdig --version=0.8.7 \
28+
--create-namespace -n sysdig --version=0.8.8 \
2929
--set global.clusterConfig.name=CLUSTER_NAME \
3030
--set global.sysdig.region=SYSDIG_REGION \
3131
--set global.sysdig.accessKey=YOUR-KEY-HERE
@@ -55,7 +55,7 @@ To install the chart with the release name `cluster-scanner`, run:
5555

5656
```console
5757
$ helm upgrade --install sysdig-cluster-scanner sysdig/cluster-scanner \
58-
--create-namespace -n sysdig --version=0.8.7 \
58+
--create-namespace -n sysdig --version=0.8.8 \
5959
--set global.clusterConfig.name=CLUSTER_NAME \
6060
--set global.sysdig.region=SYSDIG_REGION \
6161
--set global.sysdig.accessKey=YOUR-KEY-HERE
@@ -110,7 +110,7 @@ The following table lists the configurable parameters of the `cluster-scanner` c
110110
| sslVerifyRegistryCertificate | Can be set to false to allow insecure connections registries, Such as for registries with self-signed or private certificates. By default, certificates are always verified. | <code>true</code> |
111111
| runtimeStatusIntegrator.image.registry | The image registry to use for the Runtime Status Integrator component of Cluster Scanner | <code>quay.io</code> |
112112
| runtimeStatusIntegrator.image.repository | The image repository to use for pulling the Runtime Status Integrator image | <code>sysdig/runtime-status-integrator</code> |
113-
| runtimeStatusIntegrator.image.tag | | <code>"0.5.3"</code> |
113+
| runtimeStatusIntegrator.image.tag | | <code>"0.5.4"</code> |
114114
| runtimeStatusIntegrator.multiCluster | When the Cluster Scanner is running in `multi` mode, set the secret name to be used to retrieve the kubeconfig configuration to connect to the clusters to inspect. | <code></code> |
115115
| runtimeStatusIntegrator.localCluster | Restrict access to specific Docker secrets when Cluster Scanner is running in `local` mode. The default behavior is listing all secrets. See `values.yaml` for an example. Optional. | <code></code> |
116116
| runtimeStatusIntegrator.ports.metrics | The port to be used to expose prometheus metrics for the Runtime Status Integrator | <code>25000</code> |
@@ -123,7 +123,7 @@ The following table lists the configurable parameters of the `cluster-scanner` c
123123
| runtimeStatusIntegrator.natsJS.user | The username to be used in the NATS JetStream instance the Runtime Status Integrator is going to start | <code>"default-user"</code> |
124124
| imageSbomExtractor.image.registry | The image registry to use for the Image SBOM Extractor component of Cluster Scanner | <code>quay.io</code> |
125125
| imageSbomExtractor.image.repository | The image repository to use for pulling the Image SBOM Extractor image | <code>sysdig/image-sbom-extractor</code> |
126-
| imageSbomExtractor.image.tag | | <code>"0.5.3"</code> |
126+
| imageSbomExtractor.image.tag | | <code>"0.5.4"</code> |
127127
| imageSbomExtractor.ports.metrics | The port to be used to expose prometheus metrics for the Image SBOM Extractor | <code>25001</code> |
128128
| imageSbomExtractor.ports.probes | The port to be used for healthcheck probes for the Image SBOM Extractor | <code>7001</code> |
129129
| imageSbomExtractor.resources.limits.cpu | Image SBOM Extractor CPU limit per replica | <code>"1"</code> |
@@ -162,7 +162,7 @@ Specify each parameter using the **`--set key=value[,key=value]`** argument to `
162162

163163
```console
164164
$ helm upgrade --install sysdig-cluster-scanner sysdig/cluster-scanner \
165-
--create-namespace -n sysdig --version=0.8.7 \
165+
--create-namespace -n sysdig --version=0.8.8 \
166166
--set global.sysdig.region="us1"
167167
```
168168

@@ -171,7 +171,7 @@ installing the chart. For example:
171171

172172
```console
173173
$ helm upgrade --install sysdig-cluster-scanner sysdig/cluster-scanner \
174-
--create-namespace -n sysdig --version=0.8.7 \
174+
--create-namespace -n sysdig --version=0.8.8 \
175175
--values values.yaml
176176
```
177177

charts/cluster-scanner/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ runtimeStatusIntegrator:
108108
# The image repository to use for pulling the Runtime Status Integrator
109109
# image
110110
repository: sysdig/runtime-status-integrator
111-
tag: "0.5.3"
111+
tag: "0.5.4"
112112
# Params to manage leader election
113113
# Leader election is implemented leveraging the native capabilities of
114114
# Kubernetes see: https://kubernetes.io/blog/2016/01/simple-leader-election-with-kubernetes/
@@ -170,7 +170,7 @@ imageSbomExtractor:
170170
registry: quay.io
171171
# The image repository to use for pulling the Image SBOM Extractor image
172172
repository: sysdig/image-sbom-extractor
173-
tag: "0.5.3"
173+
tag: "0.5.4"
174174
ports:
175175
# The port to be used to expose prometheus metrics for the Image SBOM
176176
# Extractor

0 commit comments

Comments
 (0)