update sbom-operator to 0.12.0
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
parent
906fa2d602
commit
020ba03a77
|
|
@ -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.11.0
|
version: 0.12.0
|
||||||
appVersion: 0.11.0
|
appVersion: 0.12.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.11.0` |
|
| `image.tag` | container image tag | `0.12.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 | `{}` |
|
||||||
|
|
|
||||||
|
|
@ -31,14 +31,14 @@ spec:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
env:
|
env:
|
||||||
{{- if .Values.envVars }}
|
|
||||||
{{ toYaml .Values.envVars | nindent 12 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.jobImageMode }}
|
|
||||||
- name: POD_NAMESPACE
|
- name: POD_NAMESPACE
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
|
{{- if .Values.envVars }}
|
||||||
|
{{ toYaml .Values.envVars | nindent 12 }}
|
||||||
|
{{- end }}
|
||||||
|
{{- if .Values.jobImageMode }}
|
||||||
- name: POD_NAME
|
- name: POD_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue