From 135b4c515155c0a00ecff2313a1dfcf17a00c14c Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 19 Feb 2022 10:18:21 +0100 Subject: [PATCH] feat: update sbom-operator@0.5.0 Signed-off-by: Christian Kotzbauer --- charts/sbom-operator/Chart.yaml | 4 ++-- charts/sbom-operator/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/sbom-operator/Chart.yaml b/charts/sbom-operator/Chart.yaml index 7f96bb3..77a83d9 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.4.1 -appVersion: 0.4.1 +version: 0.5.0 +appVersion: 0.5.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 051b5f8..e5d9835 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.4.1` | +| `image.tag` | container image tag | `0.5.0` | | `image.pullPolicy` | container image pull policy | `IfNotPresent` | | `args` | argument object for cli-args | `{}` | | `envVars` | environment variables | `{}` |