Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(kspm-collector,node-analyzer): add resource ID to Posture #1231

Merged
merged 3 commits into from
Jul 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/kspm-collector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kspm-collector
description: Sysdig KSPM collector

version: 0.3.2
appVersion: 1.25.0
version: 0.3.3
appVersion: 1.26.0

keywords:
- monitoring
Expand Down
4 changes: 2 additions & 2 deletions charts/kspm-collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To check the integrity and the origin of the charts you can now append the `--ve
The following table lists the configurable parameters of the Sysdig KSPM Collector chart and their default values.

| Parameter | Description | Default |
| ------------------------------------------ | ------------------------------------------------------------ | ----------------------------------------------------------- |
| ------------------------------------------ | ------------------------------------------------------------ |-------------------------------------------------------------|
| `global.proxy.httpProxy` | Sets `HTTP_PROXY` on the KSPM collector containers. | `""` |
| `global.proxy.httpsProxy` | Sets `HTTPS_PROXY` on the KSPM collector containers. | `""` |
| `global.proxy.noProxy` | Sets `NO_PROXY` on the KSPM collector containers. | `""` |
Expand All @@ -44,7 +44,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.24.0` |
| `image.tag` | Specifies the image tag to pull from the image repository. | `1.26.0` |
| `image.digest` | Specifies the image digest to pull from the image repository. | ` ` |
| `image.pullPolicy` | Specifies theImage pull policy. | `""` |
| `imagePullSecrets` | Specifies the Image pull secret. | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/kspm-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ clusterName: ""

image:
repository: sysdig/kspm-collector
tag: 1.25.0
tag: 1.26.0
digest:
registry: quay.io
pullPolicy:
Expand Down
2 changes: 1 addition & 1 deletion charts/node-analyzer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: node-analyzer
description: Sysdig Node Analyzer

# currently matching Sysdig's appVersion 1.14.34
version: 1.10.3
version: 1.10.4
appVersion: 12.6.0
keywords:
- monitoring
Expand Down
Loading
Loading