From 9bf18f5f848a5b98a6dbb8ef3c7bc95d76762076 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Wed, 3 Jul 2019 17:52:32 +0200 Subject: [PATCH] [stable/kube-hunter] upgrade to 312 (#15233) Signed-off-by: David J. M. Karlsen --- stable/kube-hunter/Chart.yaml | 4 ++-- stable/kube-hunter/README.md | 2 +- stable/kube-hunter/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/kube-hunter/Chart.yaml b/stable/kube-hunter/Chart.yaml index eeb70b7eb2..7a3734d3fa 100644 --- a/stable/kube-hunter/Chart.yaml +++ b/stable/kube-hunter/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "195" +appVersion: "312" description: A Helm chart for Kube-hunter name: kube-hunter -version: 1.0.2 +version: 1.0.3 home: https://github.com/aquasecurity/kube-hunter icon: https://raw.githubusercontent.com/aquasecurity/kube-hunter/master/kube-hunter.png keywords: diff --git a/stable/kube-hunter/README.md b/stable/kube-hunter/README.md index 8d005ccc47..c451774efd 100644 --- a/stable/kube-hunter/README.md +++ b/stable/kube-hunter/README.md @@ -26,7 +26,7 @@ their default values. | `customArguments` | Additional custom arguments to give to kube-hunter | `[]` | | `image.pullPolicy` | Container pull policy | `IfNotPresent` | | `image.repository` | Container image to use | `aquasec/kube-hunter` | -| `image.tag` | Container image tag to deploy | `195` | +| `image.tag` | Container image tag to deploy | `312` | | `cronjob.schedule` | Schedule for the CronJob | `0 1 * * *` | | `cronjob.annotations` | Annotations to add to the cronjob | {} | | `cronjob.concurrencyPolicy` | `Allow|Forbid|Replace` concurrent jobs | `Forbid` | diff --git a/stable/kube-hunter/values.yaml b/stable/kube-hunter/values.yaml index 1168a8cf2b..6be0504652 100644 --- a/stable/kube-hunter/values.yaml +++ b/stable/kube-hunter/values.yaml @@ -17,7 +17,7 @@ pod: image: repository: aquasec/kube-hunter - tag: 195 + tag: 312 pullPolicy: IfNotPresent resources: {}