Skip to content

Commit b1f18d5

Browse files
authored
Merge pull request #826 from secureCodeBox/dependencies/upgrading-kubeaudit-to-v0.15.0
[SCB-Bot] Upgraded kubeaudit from v0.14.2 to v0.15.0
2 parents a27818a + b3d5107 commit b1f18d5

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

scanners/kubeaudit/Chart.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@
55
apiVersion: v2
66
name: kubeaudit
77
description: A Helm chart for the kubeaudit security scanner that integrates with the secureCodeBox.
8-
98
type: application
109
version: v3.1.0-alpha1
11-
appVersion: "v0.14.2"
10+
appVersion: "0.15.0"
1211
kubeVersion: ">=v1.11.0-0"
13-
1412
annotations:
1513
versionApi: https://api.github.com/repos/Shopify/kubeaudit/releases/latest
16-
1714
keywords:
1815
- security
1916
- kubeaudit

scanners/kubeaudit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Kubeaudit"
33
category: "scanner"
44
type: "Kubernetes"
55
state: "released"
6-
appVersion: "v0.14.2"
6+
appVersion: "0.15.0"
77
usecase: "Kubernetes Configuration Scanner"
88
---
99

scanners/kubeaudit/templates/kubeaudit-scan-type.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
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"

0 commit comments

Comments
 (0)