diff --git a/charts/sbom-operator/Chart.yaml b/charts/sbom-operator/Chart.yaml index 23451e3..c5ca5cf 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.0 -appVersion: 0.13.0 +version: 0.14.1 +appVersion: 0.14.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 c678ad1..ea1ed23 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.13.0` | +| `image.tag` | container image tag | `0.14.0` | | `image.pullPolicy` | container image pull policy | `IfNotPresent` | | `args` | argument object for cli-args | `{}` | | `envVars` | environment variables | `{}` | diff --git a/charts/vulnerability-operator/Chart.yaml b/charts/vulnerability-operator/Chart.yaml index 66b0031..2076962 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.7.2 -appVersion: 0.7.2 +version: 0.8.0 +appVersion: 0.8.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 a52cbe5..c21c63f 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.7.2` | +| `image.tag` | container image tag | `0.8.0` | | `image.pullPolicy` | container image pull policy | `IfNotPresent` | | `args` | argument object for cli-args | `{}` | | `envVars` | environment variables | `{}` | diff --git a/charts/vulnerability-operator/templates/deployment.yaml b/charts/vulnerability-operator/templates/deployment.yaml index 66c2c5c..997e47b 100644 --- a/charts/vulnerability-operator/templates/deployment.yaml +++ b/charts/vulnerability-operator/templates/deployment.yaml @@ -60,8 +60,10 @@ spec: name: work - mountPath: /tmp name: tmp + {{- if .Values.ignoreRules }} - mountPath: /vuln name: grype + {{- end }} volumes: - name: work emptyDir: {} diff --git a/charts/vulnerability-operator/values.yaml b/charts/vulnerability-operator/values.yaml index 4fb320b..77ffd79 100644 --- a/charts/vulnerability-operator/values.yaml +++ b/charts/vulnerability-operator/values.yaml @@ -12,7 +12,7 @@ args: {} envVars: {} ignoreRules: "" -# ignore: +# ignore: # # This is the full set of supported rule fields: # - vulnerability: CVE-2008-4318 # fix-state: unknown @@ -24,7 +24,7 @@ ignoreRules: "" # # # We can make rules to match just by vulnerability ID: # - vulnerability: CVE-2017-41432 -# +# # # ...or just by a single package field: # - package: # type: gem