fix: add docs
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
parent
e44a173b55
commit
232bfdfedb
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
description: Catalogue all images of a Kubernetes cluster to multiple targets with Syft
|
description: Catalogue all images of a Kubernetes cluster to multiple targets with Syft
|
||||||
name: sbom-operator
|
name: sbom-operator
|
||||||
version: 0.30.1
|
version: 0.30.2
|
||||||
appVersion: 0.29.0
|
appVersion: 0.29.0
|
||||||
home: https://github.com/ckotzbauer/sbom-operator
|
home: https://github.com/ckotzbauer/sbom-operator
|
||||||
sources:
|
sources:
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,7 @@ The following table lists the configurable parameters of the sbom-operator chart
|
||||||
| `serviceAccount.name` | Name of the ServiceAccount to use | null |
|
| `serviceAccount.name` | Name of the ServiceAccount to use | null |
|
||||||
| `jobImageMode` | Whether or not a job-image is used. | `false` |
|
| `jobImageMode` | Whether or not a job-image is used. | `false` |
|
||||||
| `extraVolumes` | Extra volumes (needed for GithubApp PK). | `[]` |
|
| `extraVolumes` | Extra volumes (needed for GithubApp PK). | `[]` |
|
||||||
|
| `extraVolumeMounts` | Extra volume mounts | `[]` |
|
||||||
|
|
||||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
description: Scans SBOMs for vulnerabilities
|
description: Scans SBOMs for vulnerabilities
|
||||||
name: vulnerability-operator
|
name: vulnerability-operator
|
||||||
version: 0.23.1
|
version: 0.23.2
|
||||||
appVersion: 0.21.0
|
appVersion: 0.21.0
|
||||||
home: https://github.com/ckotzbauer/vulnerability-operator
|
home: https://github.com/ckotzbauer/vulnerability-operator
|
||||||
sources:
|
sources:
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ The following table lists the configurable parameters of the vulnerability-opera
|
||||||
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
||||||
| `args` | argument object for cli-args | `{}` |
|
| `args` | argument object for cli-args | `{}` |
|
||||||
| `envVars` | environment variables | `{}` |
|
| `envVars` | environment variables | `{}` |
|
||||||
|
| `useReportsEmptyDir` | use empty-dir for `/reports` dir, needs to be `false` when volume is used | `true` |
|
||||||
| `ignoreRules` | Grype ignore-rules | `""` |
|
| `ignoreRules` | Grype ignore-rules | `""` |
|
||||||
| `filterConfig` | Specify ignore- and audit-rules | `""` |
|
| `filterConfig` | Specify ignore- and audit-rules | `""` |
|
||||||
| `nodeSelector` | node labels for pod assignment | `{}` |
|
| `nodeSelector` | node labels for pod assignment | `{}` |
|
||||||
|
|
@ -44,6 +45,7 @@ The following table lists the configurable parameters of the vulnerability-opera
|
||||||
| `priorityClassName` | priority class name for the pod | `""` |
|
| `priorityClassName` | priority class name for the pod | `""` |
|
||||||
| `resources` | pod resource requests & limits | See [values.yaml](values.yaml) |
|
| `resources` | pod resource requests & limits | See [values.yaml](values.yaml) |
|
||||||
| `extraVolumes` | Extra volumes (needed for GithubApp PK). | `[]` |
|
| `extraVolumes` | Extra volumes (needed for GithubApp PK). | `[]` |
|
||||||
|
| `extraVolumeMounts` | Extra volume mounts | `[]` |
|
||||||
| `securityContext` | container securityContext | See [values.yaml](values.yaml) |
|
| `securityContext` | container securityContext | See [values.yaml](values.yaml) |
|
||||||
| `serviceAccount.create` | Should we create a ServiceAccount | `true` |
|
| `serviceAccount.create` | Should we create a ServiceAccount | `true` |
|
||||||
| `serviceAccount.name` | Name of the ServiceAccount to use | null |
|
| `serviceAccount.name` | Name of the ServiceAccount to use | null |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue