Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 88725bb

Browse files
committed
Added a minimum kubernetes version requirement to each helmchart.
1 parent 58ea60e commit 88725bb

File tree

32 files changed

+68
-8
lines changed

32 files changed

+68
-8
lines changed

hooks/declarative-subsequent-scans/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ type: application
66

77
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
88
version: latest
9+
kubeVersion: ">=v1.11.0"
910

1011
dependencies: []

hooks/declarative-subsequent-scans/helm2.Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ description: Starts possible subsequent security scans based on findings (e.g. o
55
type: application
66

77
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
8-
version: latest
8+
version: latest
9+
kubeVersion: ">=v1.11.0"

hooks/generic-webhook/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ type: application
66

77
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
88
version: latest
9+
kubeVersion: ">=v1.11.0"
910

1011
dependencies: []

hooks/generic-webhook/helm2.Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ description: Lets you send http webhooks after scans are completed
55
type: application
66

77
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
8-
version: latest
8+
version: latest
9+
kubeVersion: ">=v1.11.0"

hooks/imperative-subsequent-scans/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ type: application
66

77
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
88
version: latest
9+
kubeVersion: ">=v1.11.0"
910

1011
dependencies: []

hooks/imperative-subsequent-scans/helm2.Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ description: Starts possible subsequent security scans based on findings (e.g. o
55
type: application
66

77
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
8-
version: latest
8+
version: latest
9+
kubeVersion: ">=v1.11.0"

hooks/persistence-elastic/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ type: application
66

77
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
88
version: latest
9-
109
appVersion: 7.6.1
10+
kubeVersion: ">=v1.11.0"
1111

1212
dependencies:
1313
- name: elasticsearch

hooks/persistence-elastic/helm2.Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ type: application
66

77
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
88
version: latest
9-
10-
appVersion: 7.6.1
9+
appVersion: 7.6.1
10+
kubeVersion: ">=v1.11.0"

hooks/update-field/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ type: application
66

77
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
88
version: latest
9+
kubeVersion: ">=v1.11.0"
910

1011
dependencies: []

hooks/update-field/helm2.Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ description: Lets you add or override a field to every finding
55
type: application
66

77
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
8-
version: latest
8+
version: latest
9+
kubeVersion: ">=v1.11.0"

0 commit comments

Comments
 (0)