File tree 4 files changed +107
-85
lines changed
4 files changed +107
-85
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
appVersion : " 0.0.1"
3
- version : 0.1.14
3
+ version : 0.11.0
4
4
name : admission-controller
5
5
description : Lacework admission controller using Lacework proxy scanner
6
6
type : application
@@ -9,10 +9,10 @@ keywords:
9
9
- runtime-security
10
10
- lacework
11
11
maintainers :
12
- - name : chitrapkumar
13
- email : chitra.kumar@lacework.net
12
+ - name : chitrapkumar
13
+ email : chitra.kumar@lacework.net
14
14
dependencies :
15
- - name : proxy-scanner
16
- version : 0.10 .0
17
- condition : proxy-scanner.enabled
18
- repository : https://lacework.github.io/helm-charts
15
+ - name : proxy-scanner
16
+ version : 0.11 .0
17
+ condition : proxy-scanner.enabled
18
+ repository : https://lacework.github.io/helm-charts
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ admission:
9
9
cert_file_path : " /certs/admission.crt"
10
10
cert_key_path : " /certs/admission.key"
11
11
excluded_resources :
12
- -
13
- -
12
+ -
13
+ -
14
14
15
15
policy :
16
16
block_exec : false
@@ -68,7 +68,7 @@ nodeSelector: {}
68
68
69
69
deployment :
70
70
image : lacework/lacework-admission-controller
71
- tag : 0.1.13
71
+ tag : 0.11.0
72
72
pullPolicy : Always
73
73
replicaCount : 1
74
74
service :
@@ -87,27 +87,27 @@ proxy-scanner:
87
87
static_cache_location : /opt/lacework
88
88
scan_public_registries : true
89
89
lacework :
90
- account_name :
91
- integration_access_token :
90
+ account_name :
91
+ integration_access_token :
92
92
registry_secret_name :
93
93
registries :
94
- - domain :
95
- name :
96
- ssl :
97
- type :
98
- auto_poll :
99
- is_public :
100
- auth_type :
101
- auth_header_name : Authorization
102
- credentials :
103
- user_name :
104
- password :
105
- notification_type :
106
- poll_frequency_minutes : 20
107
- disable_non_os_package_scanning : false
108
- go_binary_scanning :
109
- enable : false
110
- scan_directory_path : " "
94
+ - domain :
95
+ name :
96
+ ssl :
97
+ type :
98
+ auto_poll :
99
+ is_public :
100
+ auth_type :
101
+ auth_header_name : Authorization
102
+ credentials :
103
+ user_name :
104
+ password :
105
+ notification_type :
106
+ poll_frequency_minutes : 20
107
+ disable_non_os_package_scanning : false
108
+ go_binary_scanning :
109
+ enable : false
110
+ scan_directory_path : " "
111
111
112
112
certs :
113
113
skipCert : true
You can’t perform that action at this time.
0 commit comments