Skip to content

Commit

Permalink
github_actions_ci: Update public key
Browse files Browse the repository at this point in the history
  • Loading branch information
draios-jenkins committed Jul 16, 2023
1 parent bf13c7f commit cf74cde
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 135 deletions.
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
Loading

0 comments on commit cf74cde

Please sign in to comment.