From bc649de8c678e94752b295164d9127fca9996cab Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 20 Aug 2022 16:59:39 +0200 Subject: [PATCH] feat: update sbom-operator to 0.15.0 Signed-off-by: Christian Kotzbauer --- charts/sbom-operator/Chart.yaml | 4 ++-- charts/sbom-operator/README.md | 2 +- charts/sbom-operator/templates/clusterrole.yaml | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/charts/sbom-operator/Chart.yaml b/charts/sbom-operator/Chart.yaml index c5ca5cf..5dade10 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.14.1 -appVersion: 0.14.0 +version: 0.15.0 +appVersion: 0.15.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 ea1ed23..8b3d757 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.14.0` | +| `image.tag` | container image tag | `0.15.0` | | `image.pullPolicy` | container image pull policy | `IfNotPresent` | | `args` | argument object for cli-args | `{}` | | `envVars` | environment variables | `{}` | diff --git a/charts/sbom-operator/templates/clusterrole.yaml b/charts/sbom-operator/templates/clusterrole.yaml index 6f75068..33d324b 100644 --- a/charts/sbom-operator/templates/clusterrole.yaml +++ b/charts/sbom-operator/templates/clusterrole.yaml @@ -25,6 +25,12 @@ rules: verbs: - get - update +- apiGroups: + - "" + resources: + - pods + verbs: + - watch {{- if .Values.jobImageMode }} - apiGroups: - ""