diff --git a/charts/sbom-operator/Chart.yaml b/charts/sbom-operator/Chart.yaml index 9ae0a67..c6d49a7 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 Git with Syft name: sbom-operator -version: 0.1.2 +version: 0.1.3 appVersion: 0.1.0 home: https://github.com/ckotzbauer/sbom-operator sources: diff --git a/charts/sbom-operator/README.md b/charts/sbom-operator/README.md index 097910f..f949eb7 100644 --- a/charts/sbom-operator/README.md +++ b/charts/sbom-operator/README.md @@ -34,6 +34,7 @@ The following table lists the configurable parameters of the sbom-operator chart | `image.tag` | container image tag | `0.1.0` | | `image.pullPolicy` | container image pull policy | `IfNotPresent` | | `args` | argument object for cli-args | `{}` | +| `envVars` | environment variables | `{}` | | `nodeSelector` | node labels for pod assignment | `{}` | | `tolerations` | node tolerations for pod assignment | `[]` | | `affinity` | node affinity for pod assignment | `{}` | diff --git a/charts/sbom-operator/values.yaml b/charts/sbom-operator/values.yaml index 226ff0a..0d4c3a1 100644 --- a/charts/sbom-operator/values.yaml +++ b/charts/sbom-operator/values.yaml @@ -9,6 +9,8 @@ image: args: {} +envVars: {} + podAnnotations: {} resources: {}