From 6d7c2247a02b357140dfee164712121d00e844d7 Mon Sep 17 00:00:00 2001 From: Tim Jens Krause Date: Mon, 14 Oct 2024 13:15:20 +0200 Subject: [PATCH 1/4] kyverno update to 1.12.6 --- charts/kyverno/Changelog.MD | 6 ++++++ charts/kyverno/Chart.lock | 14 +++++++------- charts/kyverno/Chart.yaml | 14 +++++++------- 3 files changed, 20 insertions(+), 14 deletions(-) create mode 100644 charts/kyverno/Changelog.MD diff --git a/charts/kyverno/Changelog.MD b/charts/kyverno/Changelog.MD new file mode 100644 index 0000000..32e5142 --- /dev/null +++ b/charts/kyverno/Changelog.MD @@ -0,0 +1,6 @@ +### Chart Version 2.1.1 + + - Update kyverno Chart to 3.2.7 & AppVersion to 1.12.6 + - Update kyverno-policies to 3.2.6 + - Update policy-reported to 2.24.2 + - No migrations necessary. \ No newline at end of file diff --git a/charts/kyverno/Chart.lock b/charts/kyverno/Chart.lock index 8ecc2d8..294d791 100644 --- a/charts/kyverno/Chart.lock +++ b/charts/kyverno/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: kyverno repository: https://kyverno.github.io/kyverno/ - version: 3.2.4 -- name: policy-reporter - repository: https://kyverno.github.io/policy-reporter - version: 2.23.1 + version: 3.2.7 - name: kyverno-policies repository: https://kyverno.github.io/kyverno/ - version: 3.2.3 -digest: sha256:901f145092c9efe867097909cfca0f15877b486910be0dac4a941129f26332ee -generated: "2024-06-03T16:46:41.822226+02:00" + version: 3.2.6 +- name: policy-reporter + repository: https://kyverno.github.io/policy-reporter + version: 2.24.2 +digest: sha256:2aeec423da63e1853e93b4d2dcd8b56609617f2b0528c82ae7184afe1ca54960 +generated: "2024-10-14T12:50:28.61419+02:00" diff --git a/charts/kyverno/Chart.yaml b/charts/kyverno/Chart.yaml index b162525..ef16c04 100644 --- a/charts/kyverno/Chart.yaml +++ b/charts/kyverno/Chart.yaml @@ -9,14 +9,14 @@ description: | dependencies: - name: "kyverno" repository: "https://kyverno.github.io/kyverno/" - version: 3.2.4 + version: 3.2.7 + - name: "kyverno-policies" + repository: "https://kyverno.github.io/kyverno/" + version: 3.2.6 - name: "policy-reporter" repository: "https://kyverno.github.io/policy-reporter" - version: 2.23.1 + version: 2.24.2 condition: policy-reporter.install - - name: "kyverno-policies" - repository: "https://kyverno.github.io/kyverno/" - version: 3.2.3 type: application -version: 2.1.0 -appVersion: 3.2.4 \ No newline at end of file +version: 2.1.1 +appVersion: 1.12.6 \ No newline at end of file From 8761a4b8d66538540344707c0dc284552ddb1c94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Oct 2024 11:15:40 +0000 Subject: [PATCH 2/4] Auto update of README.md files --- charts/kyverno/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/kyverno/README.md b/charts/kyverno/README.md index 84d82a0..d7899ca 100644 --- a/charts/kyverno/README.md +++ b/charts/kyverno/README.md @@ -1,6 +1,6 @@ # kyverno -![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.4](https://img.shields.io/badge/AppVersion-3.2.4-informational?style=flat-square) +![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.12.6](https://img.shields.io/badge/AppVersion-1.12.6-informational?style=flat-square) This chart wraps the upstream `kyverno` and `kyverno-policies` chart and adds a few useful policies: - Verify all images are signed with cosign @@ -12,9 +12,9 @@ This chart wraps the upstream `kyverno` and `kyverno-policies` chart and adds a | Repository | Name | Version | |------------|------|---------| -| https://kyverno.github.io/kyverno/ | kyverno | 3.2.4 | -| https://kyverno.github.io/kyverno/ | kyverno-policies | 3.2.3 | -| https://kyverno.github.io/policy-reporter | policy-reporter | 2.23.1 | +| https://kyverno.github.io/kyverno/ | kyverno | 3.2.7 | +| https://kyverno.github.io/kyverno/ | kyverno-policies | 3.2.6 | +| https://kyverno.github.io/policy-reporter | policy-reporter | 2.24.2 | ## Values From 3ab1402d457617bbfda992a93d69a322ae9d4126 Mon Sep 17 00:00:00 2001 From: Tim Jens Krause Date: Mon, 14 Oct 2024 13:48:14 +0200 Subject: [PATCH 3/4] kyverno json logging --- charts/kyverno/values.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/charts/kyverno/values.yaml b/charts/kyverno/values.yaml index 3c0102f..ae8f628 100644 --- a/charts/kyverno/values.yaml +++ b/charts/kyverno/values.yaml @@ -1,7 +1,7 @@ kyverno: features: logging: - format: text + format: json config: excludeKyvernoNamespace: false @@ -51,10 +51,17 @@ kyverno: policy-reporter: install: true + logging: + encoding: json kyvernoPlugin: enabled: true + logging: + encoding: json + ui: + logging: + encoding: json enabled: true plugins: kyverno: true From 175cff602718c7043faf1857db2ac7bf2bccc92f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Oct 2024 11:48:33 +0000 Subject: [PATCH 4/4] Auto update of README.md files --- charts/kyverno/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/kyverno/README.md b/charts/kyverno/README.md index d7899ca..b4d08fe 100644 --- a/charts/kyverno/README.md +++ b/charts/kyverno/README.md @@ -112,12 +112,15 @@ This chart wraps the upstream `kyverno` and `kyverno-policies` chart and adds a | kyverno.config.excludeKyvernoNamespace | bool | `false` | | | kyverno.crds.install | bool | `false` | | | kyverno.existingImagePullSecrets | list | `[]` | | -| kyverno.features.logging.format | string | `"text"` | | +| kyverno.features.logging.format | string | `"json"` | | | kyverno.grafana.enabled | bool | `true` | | | kyverno.reportsController.serviceMonitor.enabled | bool | `true` | | | policy-reporter.install | bool | `true` | | | policy-reporter.kyvernoPlugin.enabled | bool | `true` | | +| policy-reporter.kyvernoPlugin.logging.encoding | string | `"json"` | | +| policy-reporter.logging.encoding | string | `"json"` | | | policy-reporter.ui.enabled | bool | `true` | | +| policy-reporter.ui.logging.encoding | string | `"json"` | | | policy-reporter.ui.plugins.kyverno | bool | `true` | | | prependCustomImageRegistry.autogenControllers | string | `"none"` | Auto gen rules for pod controllers. See https://kyverno.io/docs/writing-policies/autogen/ | | prependCustomImageRegistry.enabled | bool | `false` | Enable or disable the policy globally |