UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b17f1c48 authored by Jimmy Bourque's avatar Jimmy Bourque
Browse files

Bumped chart, updated changelog, and updated readme

parent 36102f48
No related branches found
No related tags found
1 merge request!52Cypress updates
Pipeline #2812719 passed
......@@ -2,6 +2,12 @@
Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [2.21.6-bb.2] - 2024-02-02
### Changed
- Updated to Gluon 0.4.7
- Removed cypress config as it is now coming from gluon
- Updated cypress tests to use new shared commands from gluon
## [2.21.6-bb.1] - 2024-01-25
### Changed
- Changed cypress tests to work with version of Grafana
......
# kyverno-reporter
![Version: 2.21.6-bb.1](https://img.shields.io/badge/Version-2.21.6--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.17.5](https://img.shields.io/badge/AppVersion-2.17.5-informational?style=flat-square)
![Version: 2.21.6-bb.2](https://img.shields.io/badge/Version-2.21.6--bb.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.17.5](https://img.shields.io/badge/AppVersion-2.17.5-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
......@@ -337,6 +337,8 @@ helm install kyverno-reporter chart/
| bbtests.cypress.artifacts | bool | `true` | |
| bbtests.cypress.envs.cypress_grafana_url | string | `"http://grafana.monitoring.svc.cluster.local"` | |
| bbtests.cypress.envs.cypress_prometheus_url | string | `"http://monitoring-kube-prometheus-prometheus.monitoring.svc.cluster.local:9090"` | |
| bbtests.cypress.envs.cypress_grafana_user | string | `"admin"` | |
| bbtests.cypress.envs.cypress_grafana_pass | string | `"prom-operator"` | |
| bbtests.cypress.envs.cypress_reporter_ns | string | `"kyverno-reporter"` | |
| bbtests.volumes | list | `[]` | |
......
......@@ -5,7 +5,7 @@ description: |
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
type: application
version: 2.21.6-bb.1
version: 2.21.6-bb.2
appVersion: 2.17.5
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
......
......@@ -7,5 +7,6 @@ describe('Prometheus Targets', {
}, () => {
it('Validate metrics are scraped', () => {
cy.visit(`${Cypress.env('prometheus_url')}/targets`)
cy.validatePromTarget(Cypress.env('reporter_ns'), "(1/1 up)")
})
})
\ No newline at end of file
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