diff --git a/README.md b/README.md index 0fc0c4d2..9dff9306 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Policy Reporter 3.x Preview [![CI](https://github.com/kyverno/policy-reporter/actions/workflows/ci.yaml/badge.svg)](https://github.com/kyverno/policy-reporter/actions/workflows/ci.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/kyverno/policy-reporter)](https://goreportcard.com/report/github.com/kyverno/policy-reporter) [![Coverage Status](https://coveralls.io/repos/github/kyverno/policy-reporter/badge.svg?branch=main)](https://coveralls.io/github/kyverno/policy-reporter?branch=main) + +![Screenshot Policy Reporter UI v2](https://github.com/kyverno/policy-reporter/blob/3.x/docs/images/screen.png) + + ## Preview Feature Docs Documentation for upcoming features and changes for the new Policy Reporter UI v2 are located in [Docs](https://github.com/kyverno/policy-reporter/tree/3.x/docs) @@ -21,8 +25,6 @@ helm repo add policy-reporter https://kyverno.github.io/policy-reporter helm repo update ``` -### Installation - ### Installation with Policy Reporter UI and Kyverno Plugin enabled ```bash helm install policy-reporter policy-reporter/policy-reporter-preview --create-namespace -n policy-reporter --devel --set ui.enabled=true --set kyverno-plugin.enabled=true diff --git a/docs/images/screen.png b/docs/images/screen.png new file mode 100644 index 00000000..38ef9dd9 Binary files /dev/null and b/docs/images/screen.png differ