diff --git a/charts/policy-reporter/Chart.lock b/charts/policy-reporter/Chart.lock index fab7a294..f62d7987 100644 --- a/charts/policy-reporter/Chart.lock +++ b/charts/policy-reporter/Chart.lock @@ -7,6 +7,6 @@ dependencies: version: 1.8.3 - name: kyvernoPlugin repository: "" - version: 0.5.0 -digest: sha256:9d71509d673ac9ead3316fc9ee2015bd61c0627822be4efd94e3f05275cde208 -generated: "2021-06-28T19:01:44.75951+02:00" + version: 0.5.1 +digest: sha256:0ef6012a60a7bd73488830f8b466172c27de8f4628e3ff2e3ff3615411c71e7a +generated: "2021-07-06T18:15:23.735281+02:00" diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index b361abca..c63ddcb4 100644 --- a/charts/policy-reporter/Chart.yaml +++ b/charts/policy-reporter/Chart.yaml @@ -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: 1.8.3 +version: 1.8.4 appVersion: 1.8.2 dependencies: @@ -20,4 +20,4 @@ dependencies: - name: kyvernoPlugin condition: kyvernoPlugin.enabled repository: "" - version: "0.5.0" + version: "0.5.1" diff --git a/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml b/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml index e5350376..8fb9eeb8 100644 --- a/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml +++ b/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml @@ -3,5 +3,5 @@ name: kyvernoPlugin description: Policy Reporter Kyverno Plugin type: application -version: 0.5.0 -appVersion: 0.3.0 \ No newline at end of file +version: 0.5.1 +appVersion: 0.3.1 \ No newline at end of file diff --git a/charts/policy-reporter/charts/kyvernoPlugin/values.yaml b/charts/policy-reporter/charts/kyvernoPlugin/values.yaml index 6bbd6f8a..f2665e03 100644 --- a/charts/policy-reporter/charts/kyvernoPlugin/values.yaml +++ b/charts/policy-reporter/charts/kyvernoPlugin/values.yaml @@ -1,7 +1,7 @@ image: repository: fjogeleit/policy-reporter-kyverno-plugin pullPolicy: IfNotPresent - tag: 0.3.0 + tag: 0.3.1 imagePullSecrets: []