Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

upgrade kube-hunter #11103

Merged
merged 1 commit into from
Feb 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ugrade kube-hunter
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
  • Loading branch information
davidkarlsen committed Feb 3, 2019
commit 3ae3a907e6a5119f9e65e7c15b48ab9acf4653b5
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