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