Skip to content

Commit

Permalink
Release 0.2.6 proxy-scanner charts (lacework#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Zhou <[email protected]>
  • Loading branch information
michael-zhou-lw and michaelzhou-lw authored Jan 19, 2022
1 parent bb4d40d commit d89f9e3
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 4 deletions.
12 changes: 11 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,16 @@ entries:
- lacework-agent-4.3.0.tgz
version: 4.3.0
proxy-scanner:
- apiVersion: v2
appVersion: "1.0"
created: "2022-01-18T17:01:57.384969-08:00"
description: A Helm chart for Lacework Proxy Scanner
digest: 54201342fd7677c391d536298b32263fc6736463717a41f1636f54dfb8c719d2
name: proxy-scanner
type: application
urls:
- proxy-scanner-0.2.6.tgz
version: 0.2.6
- apiVersion: v2
appVersion: "1.0"
created: "2022-01-07T11:12:02.00621-08:00"
Expand Down Expand Up @@ -188,4 +198,4 @@ entries:
urls:
- proxy-scanner-0.2.1.tgz
version: 0.2.1
generated: "2022-01-10T10:48:40.244571-08:00"
generated: "2022-01-18T17:01:57.361308-08:00"
Binary file added proxy-scanner-0.2.6.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion proxy-scanner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: proxy-scanner
description: A Helm chart for Lacework Proxy Scanner
type: application
version: 0.2.5
version: 0.2.6
appVersion: "1.0"
18 changes: 18 additions & 0 deletions proxy-scanner/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@ data:
method: GET
api: /v2/%repository/blobs/%digest
token_scope: repository:%repository:pull
gcr:
manifest:
method: GET
api: /v2/%repository/manifests/%reference
token_scope: repository:%repository:pull
blob:
method: GET
api: /v2/%repository/blobs/%digest
token_scope: repository:%repository:pull
ecr:
manifest:
method: GET
api: /v2/%repository/manifests/%reference
token_scope: repository:%repository:pull
blob:
method: GET
api: /v2/%repository/blobs/%digest
token_scope: repository:%repository:pull
notifications.yml: |
dtr:
digest: $.contents.digest
Expand Down
10 changes: 8 additions & 2 deletions proxy-scanner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,25 @@
# The following values may be set or changed to configure the proxy-scanner service
#
replicaCount: 1
image: lacework/lacework-proxy-scanner:0.2.5
image: lacework/lacework-proxy-scanner:0.2.6

name: lacework-proxy-scanner
serviceAccount:
enabled: true

config:
static_cache_location: /opt/lacework
default_registry: index.docker.io
default_registry:
lacework:
account_name:
integration_access_token:
registries:
- domain:
ssl: true
name:
auth_header_name:
auth_type:
is_public:
auto_poll: false
credentials:
user_name:
Expand All @@ -27,6 +30,9 @@ config:
- domain:
ssl: true
name:
auth_header_name:
auth_type:
is_public:
auto_poll: false
credentials:
user_name:
Expand Down

0 comments on commit d89f9e3

Please sign in to comment.