-
Notifications
You must be signed in to change notification settings - Fork 718
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make forward-port neuvector-monitor 102.0.4+up2.6.2
- Loading branch information
Showing
15 changed files
with
2,184 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
annotations: | ||
catalog.cattle.io/certified: rancher | ||
catalog.cattle.io/display-name: NeuVector Monitor | ||
catalog.cattle.io/kube-version: '>=1.18.0-0 < 1.28.0-0' | ||
catalog.cattle.io/namespace: cattle-neuvector-system | ||
catalog.cattle.io/os: linux | ||
catalog.cattle.io/permit-os: linux | ||
catalog.cattle.io/provides-gvr: neuvector.com/v1 | ||
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0' | ||
catalog.cattle.io/release-name: neuvector-monitor | ||
catalog.cattle.io/type: cluster-tool | ||
catalog.cattle.io/upstream-version: 2.6.2 | ||
apiVersion: v1 | ||
appVersion: 5.2.1 | ||
description: Helm feature chart for NeuVector monitor services | ||
home: https://neuvector.com | ||
icon: https://avatars2.githubusercontent.com/u/19367275?s=200&v=4 | ||
keywords: | ||
- security | ||
maintainers: | ||
- email: support@neuvector.com | ||
name: becitsthere | ||
name: neuvector-monitor | ||
sources: | ||
- https://github.com/neuvector/neuvector | ||
version: 102.0.4+up2.6.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# NeuVector Helm Chart | ||
|
||
Helm chart for NeuVector's monitoring services. | ||
|
||
## Configuration | ||
|
||
The following table lists the configurable parameters of the NeuVector chart and their default values. | ||
|
||
Parameter | Description | Default | Notes | ||
--------- | ----------- | ------- | ----- | ||
`registry` | NeuVector container registry | `registry.neuvector.com` | | ||
`oem` | OEM release name | `nil` | | ||
`leastPrivilege` | Assume monitor chart is always installed after the core chart, so service accounts created by the core chart will be used. Keep this value as same as in the core chart. | `false` | | ||
|
||
`exporter.enabled` | If true, create Prometheus exporter | `false` | | ||
`exporter.image.repository` | exporter image name | `neuvector/prometheus-exporter` | | ||
`exporter.image.tag` | exporter image tag | `latest` | | ||
`exporter.CTRL_USERNAME` | Username to login to the controller. Suggest to replace the default admin user to a read-only user | `admin` | | ||
`exporter.CTRL_PASSWORD` | Passowrd to login to the controller. | `admin` | | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
### Run-Time Protection Without Compromise | ||
|
||
NeuVector delivers a complete run-time security solution with container process/file system protection and vulnerability scanning combined with the only true Layer 7 container firewall. Protect sensitive data with a complete container security platform. | ||
|
||
Helm chart for NeuVector's monitoring services. Please make sure REST API service for controller in core chart is enabled. |
Oops, something went wrong.