feat: update to sbom-operator@0.8.0
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
parent
d7bb668729
commit
8f59a8fe5a
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
description: Catalogue all images of a Kubernetes cluster to multiple targets with Syft
|
||||
name: sbom-operator
|
||||
version: 0.7.1
|
||||
appVersion: 0.7.0
|
||||
version: 0.8.0
|
||||
appVersion: 0.8.0
|
||||
home: https://github.com/ckotzbauer/sbom-operator
|
||||
sources:
|
||||
- https://github.com/ckotzbauer/sbom-operator
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ 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.7.0` |
|
||||
| `image.tag` | container image tag | `0.8.0` |
|
||||
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
||||
| `args` | argument object for cli-args | `{}` |
|
||||
| `envVars` | environment variables | `{}` |
|
||||
|
|
|
|||
|
|
@ -25,6 +25,13 @@ securityContext:
|
|||
privileged: false
|
||||
runAsUser: 1001
|
||||
runAsNonRoot: true
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a ServiceAccount should be created
|
||||
|
|
|
|||
Loading…
Reference in New Issue