update operator
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
parent
27891cb4a4
commit
81c21506e4
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
description: Catalogue all images of a Kubernetes cluster to multiple targets with Syft
|
||||
name: sbom-operator
|
||||
version: 0.38.0
|
||||
appVersion: 0.37.0
|
||||
version: 0.38.1
|
||||
appVersion: 0.37.1
|
||||
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.37.0` |
|
||||
| `image.tag` | container image tag | `0.37.1` |
|
||||
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | image pull-secrets | `[]` |
|
||||
| `args` | argument object for cli-args | `{}` |
|
||||
|
|
|
|||
Loading…
Reference in New Issue