From 344f4ef1f7818480527bc19a5e96496b32024fac Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Mon, 30 Sep 2024 14:41:56 +0200 Subject: [PATCH] update tags Signed-off-by: Frank Jogeleit --- charts/policy-reporter/README.md | 2 +- charts/policy-reporter/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/policy-reporter/README.md b/charts/policy-reporter/README.md index 8d89ab27..afd505a0 100644 --- a/charts/policy-reporter/README.md +++ b/charts/policy-reporter/README.md @@ -56,7 +56,7 @@ Check the [Documentation](https://kyverno.github.io/policy-reporter/guide/02-get | image.registry | string | `"ghcr.io"` | | | image.repository | string | `"kyverno/policy-reporter"` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.tag | string | `"3047d63"` | | +| image.tag | string | `"0dfbaa0"` | | | imagePullSecrets | list | `[]` | | | priorityClassName | string | `""` | | | replicaCount | int | `1` | | diff --git a/charts/policy-reporter/values.yaml b/charts/policy-reporter/values.yaml index ce10d8a2..1cc132af 100644 --- a/charts/policy-reporter/values.yaml +++ b/charts/policy-reporter/values.yaml @@ -11,7 +11,7 @@ image: registry: ghcr.io repository: kyverno/policy-reporter pullPolicy: IfNotPresent - tag: 3047d63 + tag: 0dfbaa0 imagePullSecrets: []