1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-14 11:57:32 +00:00

fix image.tag

Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
This commit is contained in:
Frank Jogeleit 2024-05-13 15:29:35 +02:00
parent 627a1815aa
commit 4a3c998f5f
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
# 2.23.1
* Helm Chart
* Update AppVersion in `values.yaml`
# 2.23.0
* Helm Chart
* fix: use /healthz for liveness and /ready for readiness [[#435](https://github.com/kyverno/policy-reporter/pull/435) by [rsicart](https://github.com/rsicart)]

View file

@ -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.23.0
version: 2.23.1
appVersion: 2.19.0
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png

View file

@ -5,7 +5,7 @@ image:
registry: ghcr.io
repository: kyverno/policy-reporter
pullPolicy: IfNotPresent
tag: 2.18.2
tag: 2.19.0
imagePullSecrets: []