mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
HelmChart Updates
This commit is contained in:
parent
db6d21cb40
commit
0b6c14db7e
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ name: policy-reporter
|
|||
description: K8s PolicyReporter watches for wgpolicyk8s.io/v1alpha1.PolicyReport resources. It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
|
||||
|
||||
type: application
|
||||
version: 0.16.0
|
||||
version: 0.16.1
|
||||
appVersion: 0.12.0
|
||||
|
||||
dependencies:
|
||||
|
|
|
@ -3,5 +3,5 @@ name: policy-reporter-ui
|
|||
description: Policy Reporter UI
|
||||
|
||||
type: application
|
||||
version: 0.1.0
|
||||
appVersion: 0.1.0
|
||||
version: 0.2.0
|
||||
appVersion: 0.2.0
|
||||
|
|
|
@ -3,7 +3,7 @@ enabled: false
|
|||
image:
|
||||
repository: fjogeleit/policy-reporter-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.1.0
|
||||
tag: 0.2.0
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
|
|
Loading…
Reference in a new issue