diff --git a/charts/sbom-operator/Chart.yaml b/charts/sbom-operator/Chart.yaml index 0370f73..0f59d89 100644 --- a/charts/sbom-operator/Chart.yaml +++ b/charts/sbom-operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Catalogue all images of a Kubernetes cluster to multiple targets with Syft name: sbom-operator -version: 0.11.0 -appVersion: 0.11.0 +version: 0.12.0 +appVersion: 0.12.0 home: https://github.com/ckotzbauer/sbom-operator sources: - https://github.com/ckotzbauer/sbom-operator diff --git a/charts/sbom-operator/README.md b/charts/sbom-operator/README.md index c3573ab..35340f1 100644 --- a/charts/sbom-operator/README.md +++ b/charts/sbom-operator/README.md @@ -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.11.0` | +| `image.tag` | container image tag | `0.12.0` | | `image.pullPolicy` | container image pull policy | `IfNotPresent` | | `args` | argument object for cli-args | `{}` | | `envVars` | environment variables | `{}` | diff --git a/charts/sbom-operator/templates/deployment.yaml b/charts/sbom-operator/templates/deployment.yaml index 2bc4a5e..69946ff 100644 --- a/charts/sbom-operator/templates/deployment.yaml +++ b/charts/sbom-operator/templates/deployment.yaml @@ -31,14 +31,14 @@ spec: {{- end }} {{- end }} env: - {{- if .Values.envVars }} - {{ toYaml .Values.envVars | nindent 12 }} - {{- end }} - {{- if .Values.jobImageMode }} - name: POD_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace + {{- if .Values.envVars }} + {{ toYaml .Values.envVars | nindent 12 }} + {{- end }} + {{- if .Values.jobImageMode }} - name: POD_NAME valueFrom: fieldRef: