UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Kyverno Reporter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Big Bang
Universe
Product
Kyverno Reporter
Commits
b17f1c48
Commit
b17f1c48
authored
1 year ago
by
Jimmy Bourque
Browse files
Options
Downloads
Patches
Plain Diff
Bumped chart, updated changelog, and updated readme
parent
36102f48
No related branches found
No related tags found
1 merge request
!52
Cypress updates
Pipeline
#2812719
passed
1 year ago
Stage: ⚙️ configuration validation
Stage: 🤞 package tests
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+6
-0
6 additions, 0 deletions
CHANGELOG.md
README.md
+3
-1
3 additions, 1 deletion
README.md
chart/Chart.yaml
+1
-1
1 addition, 1 deletion
chart/Chart.yaml
chart/tests/cypress/e2e/01-prometheus.cy.js
+1
-0
1 addition, 0 deletions
chart/tests/cypress/e2e/01-prometheus.cy.js
with
11 additions
and
2 deletions
CHANGELOG.md
+
6
−
0
View file @
b17f1c48
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
1
View file @
b17f1c48
# kyverno-reporter






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 |
`[]`
| |
...
...
This diff is collapsed.
Click to expand it.
chart/Chart.yaml
+
1
−
1
View file @
b17f1c48
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
chart/tests/cypress/e2e/01-prometheus.cy.js
+
1
−
0
View file @
b17f1c48
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment