From 509de80b5a6ac846af329a5003d3fcac8a6a2ef2 Mon Sep 17 00:00:00 2001 From: Daniel Jacobs Date: Fri, 27 Oct 2023 09:22:02 +0200 Subject: [PATCH] [stable/kube-bench] Update kube-bench image to 0.6.19 (#538) * bump kube-bench chart version to 0.1.14 Signed-off-by: Daniel Jacobs --- stable/kube-bench/Chart.yaml | 4 ++-- stable/kube-bench/README.md | 4 ++-- stable/kube-bench/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/kube-bench/Chart.yaml b/stable/kube-bench/Chart.yaml index 6880abc4..63cf1590 100644 --- a/stable/kube-bench/Chart.yaml +++ b/stable/kube-bench/Chart.yaml @@ -1,9 +1,9 @@ --- apiVersion: v2 -appVersion: 0.6.17 +appVersion: 0.6.19 description: "Helm chart to deploy run kube-bench as a cronjob on aks, gke or eks." name: kube-bench -version: 0.1.13 +version: 0.1.14 home: https://github.com/aquasecurity/kube-bench icon: https://raw.githubusercontent.com/aquasecurity/kube-bench/0d1bd2bbd95608957be024c12d03a0510325e5e2/docs/images/kube-bench.png sources: diff --git a/stable/kube-bench/README.md b/stable/kube-bench/README.md index 86f7cb94..7dad215b 100644 --- a/stable/kube-bench/README.md +++ b/stable/kube-bench/README.md @@ -1,6 +1,6 @@ # kube-bench -![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![AppVersion: 0.6.17](https://img.shields.io/badge/AppVersion-0.6.17-informational?style=flat-square) +![Version: 0.1.14](https://img.shields.io/badge/Version-0.1.14-informational?style=flat-square) ![AppVersion: 0.6.19](https://img.shields.io/badge/AppVersion-0.6.19-informational?style=flat-square) Helm chart to deploy run kube-bench as a cronjob on aks, gke or eks. @@ -54,7 +54,7 @@ helm install my-release deliveryhero/kube-bench -f values.yaml | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"aquasec/kube-bench"` | | -| image.tag | string | `"v0.6.17"` | | +| image.tag | string | `"v0.6.19"` | | | nameOverride | string | `""` | | | nodeSelector | object | `{}` | | | podLabels | object | `{}` | | diff --git a/stable/kube-bench/values.yaml b/stable/kube-bench/values.yaml index f0ced4bb..dfbd6fcc 100644 --- a/stable/kube-bench/values.yaml +++ b/stable/kube-bench/values.yaml @@ -10,7 +10,7 @@ cronjob: image: repository: aquasec/kube-bench - tag: v0.6.17 + tag: v0.6.19 pullPolicy: IfNotPresent serviceAccount: