Skip to content

Commit

Permalink
Merge branch 'dev-v2.7' into neuvector-dev-v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsakala committed Aug 26, 2023
2 parents 0664794 + aeb55c0 commit 9d389a5
Show file tree
Hide file tree
Showing 18 changed files with 2,192 additions and 8 deletions.
Binary file not shown.
26 changes: 26 additions & 0 deletions charts/neuvector-monitor/102.0.4+up2.6.2/Chart.yaml
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
22 changes: 22 additions & 0 deletions charts/neuvector-monitor/102.0.4+up2.6.2/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.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` |

---

5 changes: 5 additions & 0 deletions charts/neuvector-monitor/102.0.4+up2.6.2/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 9d389a5

Please sign in to comment.