update sbom-operator to 0.16.0

Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
Christian Kotzbauer 2022-09-09 19:38:35 +02:00
parent 9ca2987beb
commit 04411c0ae9
4 changed files with 9 additions and 3 deletions

View File

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

View File

@ -31,8 +31,9 @@ The following table lists the configurable parameters of the sbom-operator chart
| Parameter | Description | Default |
| -------------------------------------- | ------------------------------------------------- | ---------------------------------------- |
| `image.repository` | container image repository | `ghcr.io/ckotzbauer/sbom-operator` |
| `image.tag` | container image tag | `0.15.1` |
| `image.tag` | container image tag | `0.16.0` |
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
| `image.pullSecrets` | image pull-secrets | `[]` |
| `args` | argument object for cli-args | `{}` |
| `envVars` | environment variables | `{}` |
| `nodeSelector` | node labels for pod assignment | `{}` |

View File

@ -76,6 +76,10 @@ spec:
emptyDir: {}
- name: tmp
emptyDir: {}
{{- with .Values.image.pullSecrets }}
imagePullSecrets:
{{ toYaml . | indent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 8 }}

View File

@ -6,6 +6,7 @@ image:
repository: ghcr.io/ckotzbauer/sbom-operator
tag: ""
pullPolicy: IfNotPresent
pullSecrets: []
args: {}