From 232bfdfedb13b0c4aae31ead555e13884da14012 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Tue, 12 Dec 2023 10:34:50 +0100 Subject: [PATCH] fix: add docs Signed-off-by: Christian Kotzbauer --- charts/sbom-operator/Chart.yaml | 2 +- charts/sbom-operator/README.md | 1 + charts/vulnerability-operator/Chart.yaml | 2 +- charts/vulnerability-operator/README.md | 2 ++ 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/sbom-operator/Chart.yaml b/charts/sbom-operator/Chart.yaml index 34f34b6..0402d6f 100644 --- a/charts/sbom-operator/Chart.yaml +++ b/charts/sbom-operator/Chart.yaml @@ -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: diff --git a/charts/sbom-operator/README.md b/charts/sbom-operator/README.md index 6878a8b..3003bbc 100644 --- a/charts/sbom-operator/README.md +++ b/charts/sbom-operator/README.md @@ -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, diff --git a/charts/vulnerability-operator/Chart.yaml b/charts/vulnerability-operator/Chart.yaml index cd9d26c..f02191c 100644 --- a/charts/vulnerability-operator/Chart.yaml +++ b/charts/vulnerability-operator/Chart.yaml @@ -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: diff --git a/charts/vulnerability-operator/README.md b/charts/vulnerability-operator/README.md index 63d2119..506f088 100644 --- a/charts/vulnerability-operator/README.md +++ b/charts/vulnerability-operator/README.md @@ -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 |