UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 1fb5f94e authored by Micah Nagel's avatar Micah Nagel :moneybag:
Browse files

Merge branch 'bb-issue-1458' into 'main'

Update chart name to match bb values

See merge request !25
parents 807db814 bf6001e4
No related branches found
No related tags found
1 merge request!25Update chart name to match bb values
Pipeline #1599844 passed
......@@ -2,6 +2,11 @@
Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [2.6.2-bb.1] - 2023-02-01
### Changed
- Update chart name to match bb values file
## [2.6.2-bb.0] - 2023-02-01
### Changed
......
# policy-reporter
# kyverno-reporter
![Version: 2.13.5-bb.1](https://img.shields.io/badge/Version-2.13.5--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.10.4](https://img.shields.io/badge/AppVersion-2.10.4-informational?style=flat-square)
![Version: 2.16.0-bb.1](https://img.shields.io/badge/Version-2.16.0--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.12.0](https://img.shields.io/badge/AppVersion-2.12.0-informational?style=flat-square)
Policy Reporter watches for PolicyReport Resources.
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
......@@ -29,17 +29,18 @@ https://helm.sh/docs/intro/install/
* Clone down the repository
* cd into directory
```bash
helm install policy-reporter chart/
helm install kyverno-reporter chart/
```
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| nameOverride | string | `""` | |
| image.registry | string | `"registry1.dso.mil"` | |
| image.repository | string | `"ironbank/nirmata/policy-reporter/policy-reporter"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.tag | string | `"2.10.4"` | |
| image.tag | string | `"2.12.0"` | |
| imagePullSecrets | list | `[]` | |
| replicaCount | int | `1` | |
| deploymentStrategy | object | `{}` | |
......@@ -226,6 +227,7 @@ helm install policy-reporter chart/
| nodeSelector | object | `{}` | |
| tolerations | list | `[]` | |
| affinity | object | `{}` | |
| topologySpreadConstraints | list | `[]` | |
| livenessProbe.httpGet.path | string | `"/ready"` | |
| livenessProbe.httpGet.port | string | `"http"` | |
| readinessProbe.httpGet.path | string | `"/healthz"` | |
......
apiVersion: v2
name: policy-reporter
name: kyverno-reporter
description: |
Policy Reporter watches for PolicyReport Resources.
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
type: application
version: 2.16.0-bb.0
version: 2.16.0-bb.1
appVersion: 2.12.0
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
......
......@@ -28,6 +28,7 @@ This is a high level list of all changes from the upstream chart. Ensure that th
- Add `-bb.0` (or applicable bb version) to the version
- Add gluon library as a dependency (and run `helm dependency update chart`)
- Add the Big Bang version annotation to support release engineering automation
- Modified chart name to `kyverno-reporter` for name standardization
## chart/charts/kyvernoPlugin/values.yaml
- Update to point to the Ironbank image for `policy-reporter-kyverno-plugin`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment