update operators
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
parent
b9bf6280a3
commit
997a6cebd5
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
description: Catalogue all images of a Kubernetes cluster to multiple targets with Syft
|
description: Catalogue all images of a Kubernetes cluster to multiple targets with Syft
|
||||||
name: sbom-operator
|
name: sbom-operator
|
||||||
version: 0.36.0
|
version: 0.37.0
|
||||||
appVersion: 0.35.0
|
appVersion: 0.36.0
|
||||||
home: https://github.com/ckotzbauer/sbom-operator
|
home: https://github.com/ckotzbauer/sbom-operator
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/ckotzbauer/sbom-operator
|
- 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 |
|
| Parameter | Description | Default |
|
||||||
| -------------------------------------- | ------------------------------------------------- | ---------------------------------------- |
|
| -------------------------------------- | ------------------------------------------------- | ---------------------------------------- |
|
||||||
| `image.repository` | container image repository | `ghcr.io/ckotzbauer/sbom-operator` |
|
| `image.repository` | container image repository | `ghcr.io/ckotzbauer/sbom-operator` |
|
||||||
| `image.tag` | container image tag | `0.35.0` |
|
| `image.tag` | container image tag | `0.36.0` |
|
||||||
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
||||||
| `image.pullSecrets` | image pull-secrets | `[]` |
|
| `image.pullSecrets` | image pull-secrets | `[]` |
|
||||||
| `args` | argument object for cli-args | `{}` |
|
| `args` | argument object for cli-args | `{}` |
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
description: Scans SBOMs for vulnerabilities
|
description: Scans SBOMs for vulnerabilities
|
||||||
name: vulnerability-operator
|
name: vulnerability-operator
|
||||||
version: 0.27.0
|
version: 0.28.0
|
||||||
appVersion: 0.25.0
|
appVersion: 0.26.0
|
||||||
home: https://github.com/ckotzbauer/vulnerability-operator
|
home: https://github.com/ckotzbauer/vulnerability-operator
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/ckotzbauer/vulnerability-operator
|
- https://github.com/ckotzbauer/vulnerability-operator
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ The following table lists the configurable parameters of the vulnerability-opera
|
||||||
| Parameter | Description | Default |
|
| Parameter | Description | Default |
|
||||||
| -------------------------------------- | ------------------------------------------------- | --------------------------------------------- |
|
| -------------------------------------- | ------------------------------------------------- | --------------------------------------------- |
|
||||||
| `image.repository` | container image repository | `ghcr.io/ckotzbauer/vulnerability-operator` |
|
| `image.repository` | container image repository | `ghcr.io/ckotzbauer/vulnerability-operator` |
|
||||||
| `image.tag` | container image tag | `0.25.0` |
|
| `image.tag` | container image tag | `0.26.0` |
|
||||||
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
||||||
| `args` | argument object for cli-args | `{}` |
|
| `args` | argument object for cli-args | `{}` |
|
||||||
| `envVars` | environment variables | `{}` |
|
| `envVars` | environment variables | `{}` |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue