Skip to content

Commit

Permalink
ugrade kube-hunter (helm#11103)
Browse files Browse the repository at this point in the history
Signed-off-by: David J. M. Karlsen <[email protected]>
  • Loading branch information
davidkarlsen authored and k8s-ci-robot committed Feb 3, 2019
1 parent c9d42c5 commit ded6c29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/kube-hunter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "34"
appVersion: "195"
description: A Helm chart for Kube-hunter
name: kube-hunter
version: 1.0.1
version: 1.0.2
home: https://github.com/aquasecurity/kube-hunter
icon: https://raw.githubusercontent.com/aquasecurity/kube-hunter/master/kube-hunter.png
keywords:
Expand Down
2 changes: 1 addition & 1 deletion stable/kube-hunter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `34` |
| `image.tag` | Container image tag to deploy | `195` |
| `cronjob.schedule` | Schedule for the CronJob | `0 1 * * *` |
| `cronjob.annotations` | Annotations to add to the cronjob | {} |
| `cronjob.concurrencyPolicy` | `Allow|Forbid|Replace` concurrent jobs | `Forbid` |
Expand Down
2 changes: 1 addition & 1 deletion stable/kube-hunter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pod:

image:
repository: aquasec/kube-hunter
tag: 34
tag: 195
pullPolicy: IfNotPresent

resources: {}
Expand Down

0 comments on commit ded6c29

Please sign in to comment.