Skip to content

Commit

Permalink
Release 0.11.0 admission-controller Helm Charts (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
oisin88 authored Oct 27, 2022
1 parent 6ee6984 commit d5f93ef
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 85 deletions.
Binary file added admission-controller-0.11.0.tgz
Binary file not shown.
14 changes: 7 additions & 7 deletions admission-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "0.0.1"
version: 0.1.14
version: 0.11.0
name: admission-controller
description: Lacework admission controller using Lacework proxy scanner
type: application
Expand All @@ -9,10 +9,10 @@ keywords:
- runtime-security
- lacework
maintainers:
- name: chitrapkumar
email: [email protected]
- name: chitrapkumar
email: [email protected]
dependencies:
- name: proxy-scanner
version: 0.10.0
condition: proxy-scanner.enabled
repository: https://lacework.github.io/helm-charts
- name: proxy-scanner
version: 0.11.0
condition: proxy-scanner.enabled
repository: https://lacework.github.io/helm-charts
44 changes: 22 additions & 22 deletions admission-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ admission:
cert_file_path: "/certs/admission.crt"
cert_key_path: "/certs/admission.key"
excluded_resources:
-
-
-
-

policy:
block_exec: false
Expand Down Expand Up @@ -68,7 +68,7 @@ nodeSelector: {}

deployment:
image: lacework/lacework-admission-controller
tag: 0.1.13
tag: 0.11.0
pullPolicy: Always
replicaCount: 1
service:
Expand All @@ -87,27 +87,27 @@ proxy-scanner:
static_cache_location: /opt/lacework
scan_public_registries: true
lacework:
account_name:
integration_access_token:
account_name:
integration_access_token:
registry_secret_name:
registries:
- domain:
name:
ssl:
type:
auto_poll:
is_public:
auth_type:
auth_header_name: Authorization
credentials:
user_name:
password:
notification_type:
poll_frequency_minutes: 20
disable_non_os_package_scanning: false
go_binary_scanning:
enable: false
scan_directory_path: ""
- domain:
name:
ssl:
type:
auto_poll:
is_public:
auth_type:
auth_header_name: Authorization
credentials:
user_name:
password:
notification_type:
poll_frequency_minutes: 20
disable_non_os_package_scanning: false
go_binary_scanning:
enable: false
scan_directory_path: ""

certs:
skipCert: true
Expand Down
Loading

0 comments on commit d5f93ef

Please sign in to comment.