diff --git a/charts/policy-reporter/README.md b/charts/policy-reporter/README.md index 366d6417..b21312aa 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 | `"3784e8b"` | | +| image.tag | string | `"e712c9b"` | | | imagePullSecrets | list | `[]` | | | priorityClassName | string | `""` | | | replicaCount | int | `1` | | diff --git a/charts/policy-reporter/values.yaml b/charts/policy-reporter/values.yaml index 9d15a6bd..27e112ee 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: 3784e8b + tag: e712c9b imagePullSecrets: []