From b407ed80e617b4bf4c1120e61ebe468a00bad394 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 29 Jan 2022 18:27:02 +0100 Subject: [PATCH] feat: update sbom-operator to 0.3.0 Signed-off-by: Christian Kotzbauer --- charts/sbom-operator/Chart.yaml | 6 +++--- charts/sbom-operator/README.md | 4 ++-- charts/sbom-operator/templates/clusterrole.yaml | 7 +++++++ 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/charts/sbom-operator/Chart.yaml b/charts/sbom-operator/Chart.yaml index 339d996..920063e 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 Git with Syft +description: Catalogue all images of a Kubernetes cluster to multiple targets with Syft name: sbom-operator -version: 0.2.0 -appVersion: 0.2.0 +version: 0.3.0 +appVersion: 0.3.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 7b82935..47c8531 100644 --- a/charts/sbom-operator/README.md +++ b/charts/sbom-operator/README.md @@ -1,6 +1,6 @@ # sbom-operator -> Catalogue all images of a Kubernetes cluster to Git with Syft. +> Catalogue all images of a Kubernetes cluster to multiple targets with Syft. Learn more: [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 | | -------------------------------------- | ------------------------------------------------- | ---------------------------------------- | | `image.repository` | container image repository | `ghcr.io/ckotzbauer/sbom-operator` | -| `image.tag` | container image tag | `0.2.0` | +| `image.tag` | container image tag | `0.3.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 a4db967..97e0b30 100644 --- a/charts/sbom-operator/templates/clusterrole.yaml +++ b/charts/sbom-operator/templates/clusterrole.yaml @@ -18,3 +18,10 @@ rules: - secrets verbs: - get +- apiGroups: + - "" + resources: + - pods + verbs: + - get + - update