mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kube-hunter] upgrade to 312 (#15233)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b7a1fe3f53
commit
9bf18f5f84
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -17,7 +17,7 @@ pod:
|
||||
|
||||
image:
|
||||
repository: aquasec/kube-hunter
|
||||
tag: 195
|
||||
tag: 312
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
resources: {}
|
||||
|
||||
Reference in New Issue
Block a user