File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55apiVersion : v2
66name : kubeaudit
77description : A Helm chart for the kubeaudit security scanner that integrates with the secureCodeBox.
8-
98type : application
109version : v3.1.0-alpha1
11- appVersion : " v0.14.2 "
10+ appVersion : " 0.15.0 "
1211kubeVersion : " >=v1.11.0-0"
13-
1412annotations :
1513 versionApi : https://api.github.com/repos/Shopify/kubeaudit/releases/latest
16-
1714keywords :
1815 - security
1916 - kubeaudit
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: "Kubeaudit"
33category : " scanner"
44type : " Kubernetes"
55state : " released"
6- appVersion : " v0.14.2 "
6+ appVersion : " 0.15.0 "
77usecase : " Kubernetes Configuration Scanner"
88---
99
Original file line number Diff line number Diff line change 2424 restartPolicy : OnFailure
2525 containers :
2626 - name : kubeaudit
27- image : " securecodebox/ scanner-kubeaudit :{{ .Chart.AppVersion }}"
27+ image : " {{ .Values. scanner.image.repository }} :{{ .Values.scanner.image.tag | default .Chart.AppVersion }}"
2828 imagePullPolicy : {{ .Values.scanner.image.pullPolicy }}
2929 command :
3030 - " sh"
You can’t perform that action at this time.
0 commit comments