fix: add docs

Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
Christian Kotzbauer 2023-12-12 10:34:50 +01:00
parent e44a173b55
commit 232bfdfedb
4 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2
description: Catalogue all images of a Kubernetes cluster to multiple targets with Syft
name: sbom-operator
version: 0.30.1
version: 0.30.2
appVersion: 0.29.0
home: https://github.com/ckotzbauer/sbom-operator
sources:

View File

@ -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 |
| `jobImageMode` | Whether or not a job-image is used. | `false` |
| `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,

View File

@ -1,7 +1,7 @@
apiVersion: v2
description: Scans SBOMs for vulnerabilities
name: vulnerability-operator
version: 0.23.1
version: 0.23.2
appVersion: 0.21.0
home: https://github.com/ckotzbauer/vulnerability-operator
sources:

View File

@ -35,6 +35,7 @@ The following table lists the configurable parameters of the vulnerability-opera
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
| `args` | argument object for cli-args | `{}` |
| `envVars` | environment variables | `{}` |
| `useReportsEmptyDir` | use empty-dir for `/reports` dir, needs to be `false` when volume is used | `true` |
| `ignoreRules` | Grype ignore-rules | `""` |
| `filterConfig` | Specify ignore- and audit-rules | `""` |
| `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 | `""` |
| `resources` | pod resource requests & limits | See [values.yaml](values.yaml) |
| `extraVolumes` | Extra volumes (needed for GithubApp PK). | `[]` |
| `extraVolumeMounts` | Extra volume mounts | `[]` |
| `securityContext` | container securityContext | See [values.yaml](values.yaml) |
| `serviceAccount.create` | Should we create a ServiceAccount | `true` |
| `serviceAccount.name` | Name of the ServiceAccount to use | null |