Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/add-elasticSearc…
Browse files Browse the repository at this point in the history
…h-apiKey-authentication
  • Loading branch information
guipal committed Dec 11, 2023
2 parents 456cd20 + 85bede2 commit 190551f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 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: 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"
4 changes: 2 additions & 2 deletions 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: "2.10.3"
- name: kyvernoPlugin
condition: kyvernoPlugin.enabled
version: "1.6.2"
version: "1.6.3"
2 changes: 1 addition & 1 deletion charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.10.2
version: 2.10.3
appVersion: 1.9.1

0 comments on commit 190551f

Please sign in to comment.