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: {}