Skip to content

Commit

Permalink
[dev-v2.8] neuvector-monitor 103.0.3+up2.7.6 add (#3780)
Browse files Browse the repository at this point in the history
Co-authored-by: selvamt94 <sthangaraj@neuvector.com>
  • Loading branch information
2 people authored and lucasmlp committed Apr 17, 2024
1 parent 86655f6 commit 5db4a9c
Show file tree
Hide file tree
Showing 19 changed files with 2,433 additions and 8 deletions.
Binary file not shown.
27 changes: 27 additions & 0 deletions charts/neuvector-monitor/103.0.3+up2.7.6/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: NeuVector Monitor
catalog.cattle.io/kube-version: '>=1.18.0-0 < 1.29.0-0'
catalog.cattle.io/namespace: cattle-neuvector-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux
catalog.cattle.io/provides-gvr: neuvector.com/v1
catalog.cattle.io/rancher-version: '>= 2.8.0-0 < 2.9.0-0'
catalog.cattle.io/release-name: neuvector-monitor
catalog.cattle.io/type: cluster-tool
catalog.cattle.io/upstream-version: 2.7.6
apiVersion: v1
appVersion: 5.3.2
description: Helm feature chart (optional) add-on to NeuVector for monitoring with
Prometheus/Grafana.
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: 103.0.3+up2.7.6
22 changes: 22 additions & 0 deletions charts/neuvector-monitor/103.0.3+up2.7.6/README.md
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.ctrlSecretName` | existing secret that have CTRL_USERNAME and CTRL_PASSWORD fields to login to the controller. | `nil` | if parameter exists then `exporter.CTRL_USERNAME` & `exporter.CTRL_PASSWORD` will be skipped
`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` | Password to login to the controller. | `admin` |
`exporter.enforcerStats.enabled` | If true, enable the Enforcers stats | `false` | For the performance reason, by default the exporter does NOT pull CPU/memory usage from enforcers.
---

5 changes: 5 additions & 0 deletions charts/neuvector-monitor/103.0.3+up2.7.6/app-readme.md
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.
Loading

0 comments on commit 5db4a9c

Please sign in to comment.