Skip to content

Commit

Permalink
[stable/kube-bench] Update kube-bench image to 0.6.14 (deliveryhero#472)
Browse files Browse the repository at this point in the history
* bump kube-bench chart version to 0.1.9

Signed-off-by: Daniel Jacobs <[email protected]>
  • Loading branch information
Mahagon authored May 19, 2023
1 parent 2c50f00 commit 4d057cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions stable/kube-bench/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: 0.6.13
appVersion: 0.6.14
description: "Helm chart to deploy run kube-bench as a cronjob on aks, gke or eks."
name: kube-bench
version: 0.1.8
version: 0.1.9
home: https://github.com/aquasecurity/kube-bench
icon: https://raw.githubusercontent.com/aquasecurity/kube-bench/0d1bd2bbd95608957be024c12d03a0510325e5e2/docs/images/kube-bench.png
sources:
Expand Down
4 changes: 2 additions & 2 deletions stable/kube-bench/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kube-bench

![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![AppVersion: 0.6.13](https://img.shields.io/badge/AppVersion-0.6.13-informational?style=flat-square)
![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![AppVersion: 0.6.14](https://img.shields.io/badge/AppVersion-0.6.14-informational?style=flat-square)

Helm chart to deploy run kube-bench as a cronjob on aks, gke or eks.

Expand Down Expand Up @@ -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.13"` | |
| image.tag | string | `"v0.6.14"` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| provider | string | `"eks"` | |
Expand Down
2 changes: 1 addition & 1 deletion stable/kube-bench/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cronjob:

image:
repository: aquasec/kube-bench
tag: v0.6.13
tag: v0.6.14
pullPolicy: IfNotPresent

serviceAccount:
Expand Down

0 comments on commit 4d057cd

Please sign in to comment.