From 6e2dc5b6376343484e03ea56b2e5917f264b5002 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sun, 9 Jul 2023 14:42:22 +0200 Subject: [PATCH] feat: update charts Signed-off-by: Christian Kotzbauer --- charts/sbom-operator/Chart.yaml | 4 ++-- charts/sbom-operator/README.md | 2 +- charts/sbom-operator/templates/clusterrole.yaml | 9 +++++++++ charts/vulnerability-operator/Chart.yaml | 4 ++-- charts/vulnerability-operator/README.md | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/charts/sbom-operator/Chart.yaml b/charts/sbom-operator/Chart.yaml index efbc650..11c230b 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.26.1 -appVersion: 0.26.1 +version: 0.27.0 +appVersion: 0.27.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 02ece04..b2af652 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.26.1` | +| `image.tag` | container image tag | `0.27.0` | | `image.pullPolicy` | container image pull policy | `IfNotPresent` | | `image.pullSecrets` | image pull-secrets | `[]` | | `args` | argument object for cli-args | `{}` | diff --git a/charts/sbom-operator/templates/clusterrole.yaml b/charts/sbom-operator/templates/clusterrole.yaml index 33d324b..9759986 100644 --- a/charts/sbom-operator/templates/clusterrole.yaml +++ b/charts/sbom-operator/templates/clusterrole.yaml @@ -18,6 +18,15 @@ rules: - secrets verbs: - get +- apiGroups: + - "" + resources: + - configmaps + verbs: + - get + - create + - list + - delete - apiGroups: - "" resources: diff --git a/charts/vulnerability-operator/Chart.yaml b/charts/vulnerability-operator/Chart.yaml index b1d5c38..4e12694 100644 --- a/charts/vulnerability-operator/Chart.yaml +++ b/charts/vulnerability-operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Scans SBOMs for vulnerabilities name: vulnerability-operator -version: 0.18.1 -appVersion: 0.17.1 +version: 0.19.0 +appVersion: 0.18.0 home: https://github.com/ckotzbauer/vulnerability-operator sources: - https://github.com/ckotzbauer/vulnerability-operator diff --git a/charts/vulnerability-operator/README.md b/charts/vulnerability-operator/README.md index d20dab4..90767b8 100644 --- a/charts/vulnerability-operator/README.md +++ b/charts/vulnerability-operator/README.md @@ -31,7 +31,7 @@ The following table lists the configurable parameters of the vulnerability-opera | Parameter | Description | Default | | -------------------------------------- | ------------------------------------------------- | --------------------------------------------- | | `image.repository` | container image repository | `ghcr.io/ckotzbauer/vulnerability-operator` | -| `image.tag` | container image tag | `0.17.1` | +| `image.tag` | container image tag | `0.18.0` | | `image.pullPolicy` | container image pull policy | `IfNotPresent` | | `args` | argument object for cli-args | `{}` | | `envVars` | environment variables | `{}` |