[stable/kube-hunter] upgrade to 312 (#15233)

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen
2019-07-03 08:52:32 -07:00
committed by Kubernetes Prow Robot
parent b7a1fe3f53
commit 9bf18f5f84
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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:
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -17,7 +17,7 @@ pod:
image:
repository: aquasec/kube-hunter
tag: 195
tag: 312
pullPolicy: IfNotPresent
resources: {}