Skip to content

Commit d5f93ef

Browse files
authored
Release 0.11.0 admission-controller Helm Charts (#120)
1 parent 6ee6984 commit d5f93ef

File tree

4 files changed

+107
-85
lines changed

4 files changed

+107
-85
lines changed

admission-controller-0.11.0.tgz

10.7 KB
Binary file not shown.

admission-controller/Chart.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
appVersion: "0.0.1"
3-
version: 0.1.14
3+
version: 0.11.0
44
name: admission-controller
55
description: Lacework admission controller using Lacework proxy scanner
66
type: application
@@ -9,10 +9,10 @@ keywords:
99
- runtime-security
1010
- lacework
1111
maintainers:
12-
- name: chitrapkumar
13-
email: chitra.kumar@lacework.net
12+
- name: chitrapkumar
13+
email: chitra.kumar@lacework.net
1414
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

admission-controller/values.yaml

+22-22
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ admission:
99
cert_file_path: "/certs/admission.crt"
1010
cert_key_path: "/certs/admission.key"
1111
excluded_resources:
12-
-
13-
-
12+
-
13+
-
1414

1515
policy:
1616
block_exec: false
@@ -68,7 +68,7 @@ nodeSelector: {}
6868

6969
deployment:
7070
image: lacework/lacework-admission-controller
71-
tag: 0.1.13
71+
tag: 0.11.0
7272
pullPolicy: Always
7373
replicaCount: 1
7474
service:
@@ -87,27 +87,27 @@ proxy-scanner:
8787
static_cache_location: /opt/lacework
8888
scan_public_registries: true
8989
lacework:
90-
account_name:
91-
integration_access_token:
90+
account_name:
91+
integration_access_token:
9292
registry_secret_name:
9393
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: ""
111111

112112
certs:
113113
skipCert: true

0 commit comments

Comments
 (0)