diff --git a/charts/kspm-collector/Chart.yaml b/charts/kspm-collector/Chart.yaml index 5f3b1d3f9..d7a50d092 100644 --- a/charts/kspm-collector/Chart.yaml +++ b/charts/kspm-collector/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: kspm-collector description: Sysdig KSPM collector -version: 0.11.0 -appVersion: 1.37.0 +version: 0.11.1 +appVersion: 1.37.1 keywords: - monitoring diff --git a/charts/kspm-collector/README.md b/charts/kspm-collector/README.md index 001964cf5..4288c02b4 100644 --- a/charts/kspm-collector/README.md +++ b/charts/kspm-collector/README.md @@ -45,7 +45,7 @@ The following table lists the configurable parameters of the Sysdig KSPM Collect | `clusterName` | Sets a unique cluster name. This name will be used to identify events using the `kubernetes.cluster.name` tag. | ` ` | | `image.registry` | Specifies the KSPM collector image registry. | `quay.io` | | `image.repository` | Specifies the image repository to pull from. | `sysdig/kspm-collector` | -| `image.tag` | Specifies the image tag to pull from the image repository. | `1.37.0` | +| `image.tag` | Specifies the image tag to pull from the image repository. | `1.37.1` | | `image.digest` | Specifies the image digest to pull from the image repository. | ` ` | | `image.pullPolicy` | Specifies theImage pull policy. | `""` | | `imagePullSecrets` | Specifies the Image pull secret. | `[]` | diff --git a/charts/kspm-collector/RELEASE-NOTES.md b/charts/kspm-collector/RELEASE-NOTES.md index 699ba655e..d5ee97b00 100644 --- a/charts/kspm-collector/RELEASE-NOTES.md +++ b/charts/kspm-collector/RELEASE-NOTES.md @@ -1,5 +1,5 @@ # What's Changed ### Chores -- **node-analyzer,kspm-collector** [d80be00a](https://github.com/sysdiglabs/charts/commit/d80be00a821b0af2f71da6fd04590fcd897e0b4a): Bump KSPM to 1.39.0 & Node Analyzer to 1.37.0 ([#1549](https://github.com/sysdiglabs/charts/issues/1549)) +- **node-analyzer,kspm-collector** [d80be00a](https://github.com/sysdiglabs/charts/commit/d80be00a821b0af2f71da6fd04590fcd897e0b4a): Bump KSPM to 1.39.1 & Node Analyzer to 1.37.1 ([#1549](https://github.com/sysdiglabs/charts/issues/1549)) #### Full diff: https://github.com/sysdiglabs/charts/compare/kspm-collector-0.10.0...kspm-collector-0.11.0 diff --git a/charts/kspm-collector/values.yaml b/charts/kspm-collector/values.yaml index 9e30a2c2b..0f33ec812 100644 --- a/charts/kspm-collector/values.yaml +++ b/charts/kspm-collector/values.yaml @@ -77,7 +77,7 @@ clusterName: "" image: repository: sysdig/kspm-collector - tag: 1.37.0 + tag: 1.37.1 digest: registry: quay.io pullPolicy: diff --git a/charts/node-analyzer/Chart.yaml b/charts/node-analyzer/Chart.yaml index 4ee0edd78..d6c01dc20 100644 --- a/charts/node-analyzer/Chart.yaml +++ b/charts/node-analyzer/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: node-analyzer description: Sysdig Node Analyzer # currently matching Sysdig's appVersion 1.14.34 -version: 1.22.2 +version: 1.22.3 appVersion: 12.9.0 keywords: - monitoring diff --git a/charts/node-analyzer/README.md b/charts/node-analyzer/README.md index 9edad7a39..e4b35e704 100644 --- a/charts/node-analyzer/README.md +++ b/charts/node-analyzer/README.md @@ -244,7 +244,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze | `nodeAnalyzer.tolerations` | Specifies the tolerations for scheduling. |
node-role.kubernetes.io/master:NoSchedule,| | `nodeAnalyzer.kspmAnalyzer.debug` | Set to true to show KSPM node analyzer debug logging, which is useful for troubleshooting. | `false` | | `nodeAnalyzer.kspmAnalyzer.image.repository` | Specifies the image repository to pull the KSPM node analyzer from. | `sysdig/kspm-analyzer` | -| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.39.0` | +| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.39.1` | | `nodeAnalyzer.kspmAnalyzer.image.digest` | Specifies the image digest to pull. | ` ` | | `nodeAnalyzer.kspmAnalyzer.image.pullPolicy` | Specifies the The image pull policy for the KSPM node analyzer. | `""` | | `nodeAnalyzer.kspmAnalyzer.http_proxy` | Sets `HTTP_PROXY` on the KSPM Analyzer container. | `""` | diff --git a/charts/node-analyzer/values.yaml b/charts/node-analyzer/values.yaml index 52e12745b..05143c619 100644 --- a/charts/node-analyzer/values.yaml +++ b/charts/node-analyzer/values.yaml @@ -425,7 +425,7 @@ nodeAnalyzer: debug: false image: repository: sysdig/kspm-analyzer - tag: 1.39.0 + tag: 1.39.1 digest: pullPolicy: diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index 575aec126..03c043ee8 100644 --- a/charts/sysdig-deploy/Chart.yaml +++ b/charts/sysdig-deploy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sysdig-deploy description: A chart with various Sysdig components for Kubernetes type: application -version: 1.37.9 +version: 1.37.10 maintainers: - name: AlbertoBarba email: alberto.barba@sysdig.com @@ -36,7 +36,7 @@ dependencies: - name: node-analyzer # repository: https://charts.sysdig.com repository: file://../node-analyzer - version: ~1.22.2 + version: ~1.22.3 alias: nodeAnalyzer condition: nodeAnalyzer.enabled - name: cluster-scanner @@ -48,7 +48,7 @@ dependencies: - name: kspm-collector # repository: https://charts.sysdig.com repository: file://../kspm-collector - version: ~0.11.0 + version: ~0.11.1 alias: kspmCollector condition: global.kspm.deploy - name: rapid-response
node-role.kubernetes.io/control-plane:NoSchedule