diff --git a/CHANGELOG.md b/CHANGELOG.md index 53782b57..3d35ae47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 2.21.4 +* Helm Chart + * Allow additional env variables to be added [[#378](https://github.com/kyverno/policy-reporter/pull/378) by [kbcbals](https://github.com/kbcbals)] + # 2.21.3 * Policy Reporter v2.17.4 * Fix Result Resource mapping diff --git a/charts/policy-reporter/Chart.lock b/charts/policy-reporter/Chart.lock index d38e6784..aa8ca355 100644 --- a/charts/policy-reporter/Chart.lock +++ b/charts/policy-reporter/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 2.8.1 - name: ui repository: "" - version: 2.10.2 + version: 2.10.3 - name: kyvernoPlugin repository: "" - version: 1.6.2 -digest: sha256:cedeed17d87380bab36c3f9eddf747d8867671d6f05c8bf28f50a380d2c176d1 -generated: "2023-11-17T09:44:37.729878+01:00" + version: 1.6.3 +digest: sha256:db84181131eaeee085f4fa5f228db16350d1a7b76535e0f07e4d0cb35a062125 +generated: "2023-12-10T14:32:52.114908+01:00" diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index 70f58ebc..77ae76df 100644 --- a/charts/policy-reporter/Chart.yaml +++ b/charts/policy-reporter/Chart.yaml @@ -21,7 +21,7 @@ dependencies: version: "2.8.1" - name: ui condition: ui.enabled - version: "2.10.2" + version: "2.10.3" - name: kyvernoPlugin condition: kyvernoPlugin.enabled - version: "1.6.2" + version: "1.6.3" diff --git a/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml b/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml index 27176559..e287f697 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: 1.6.2 +version: 1.6.3 appVersion: 1.6.1 \ No newline at end of file diff --git a/charts/policy-reporter/charts/ui/Chart.yaml b/charts/policy-reporter/charts/ui/Chart.yaml index 5e857f3f..0c616f22 100644 --- a/charts/policy-reporter/charts/ui/Chart.yaml +++ b/charts/policy-reporter/charts/ui/Chart.yaml @@ -3,5 +3,5 @@ name: ui description: Policy Reporter UI type: application -version: 2.10.2 +version: 2.10.3 appVersion: 1.9.1