Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
fjogeleit committed Dec 10, 2023
1 parent 1ed5edd commit 1fce846
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
ct lint --lint-conf=.github/ct_lintconf.yaml \
--chart-yaml-schema=.github/ct_chart_schema.yaml \
--target-branch=main --validate-maintainers=false \
--check-version-increment=false \
--chart-dirs charts
5 changes: 5 additions & 0 deletions .github/workflows/release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
branches:
- 3.x

paths-ignore:
- README.md
- charts/**
- manifest/**

permissions:
contents: read
packages: write
Expand Down
6 changes: 3 additions & 3 deletions charts/policy-reporter/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 2.8.1
- name: ui
repository: ""
version: 2.10.2
version: 3.0.0-alpha
- name: kyvernoPlugin
repository: ""
version: 1.6.2
digest: sha256:cedeed17d87380bab36c3f9eddf747d8867671d6f05c8bf28f50a380d2c176d1
generated: "2023-11-17T09:44:37.729878+01:00"
digest: sha256:5896c81a424fce8505762423f48fcb1e9980cbf412c22887ce64dab573212b42
generated: "2023-12-10T13:28:56.088929+01:00"
2 changes: 1 addition & 1 deletion charts/policy-reporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
version: "2.8.1"
- name: ui
condition: ui.enabled
version: "2.10.2"
version: "3.0.0-alpha"
- name: kyvernoPlugin
condition: kyvernoPlugin.enabled
version: "1.6.2"
4 changes: 2 additions & 2 deletions charts/policy-reporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Check the [Documentation](https://kyverno.github.io/policy-reporter/guide/02-get
| database.mountedSecret | string | `""` | |
| global.plugins.kyverno | bool | `false` | |
| global.backend | string | `""` | |
| global.fullnameOverride | string | `""` | |
| global.fullnameOverride | string | `"policy-reporter"` | |
| global.namespace | string | `""` | |
| global.labels | object | `{}` | |
| global.basicAuth.username | string | `""` | |
Expand Down Expand Up @@ -347,7 +347,7 @@ Check the [Documentation](https://kyverno.github.io/policy-reporter/guide/02-get
|------------|------|---------|
| | kyvernoPlugin | 1.6.2 |
| | monitoring | 2.8.1 |
| | ui | 2.10.2 |
| | ui | 3.0.0-alpha |

## Maintainers

Expand Down
2 changes: 1 addition & 1 deletion charts/policy-reporter/charts/ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: ui
description: Policy Reporter UI

type: application
version: 2.0.0-alpha
version: 3.0.0-alpha
appVersion: 2.0.0-alpha
4 changes: 2 additions & 2 deletions charts/policy-reporter/charts/ui/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ui

![Version: 2.0.0-alpha](https://img.shields.io/badge/Version-2.0.0--alpha-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0-alpha](https://img.shields.io/badge/AppVersion-2.0.0--alpha-informational?style=flat-square)
![Version: 3.0.0-alpha](https://img.shields.io/badge/Version-3.0.0--alpha-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0-alpha](https://img.shields.io/badge/AppVersion-2.0.0--alpha-informational?style=flat-square)

Policy Reporter UI

Expand All @@ -14,7 +14,7 @@ Policy Reporter UI
| image.registry | string | `"ghcr.io"` | |
| image.repository | string | `"kyverno/policy-reporter-ui"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.tag | string | `"59749d3ec2f2b73aede3ed5393d9c83cc762bc2f"` | |
| image.tag | string | `"53ac00b"` | |
| displayMode | string | `""` | |
| annotations | object | `{}` | |
| plugins.kyverno | bool | `false` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/policy-reporter/charts/ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
registry: ghcr.io
repository: kyverno/policy-reporter-ui
pullPolicy: IfNotPresent
tag: d8a8ab2
tag: 53ac00b

# possible default displayModes: light/dark
displayMode: ""
Expand Down

0 comments on commit 1fce846

Please sign in to comment.