Skip to content

kyverno policy reports and webhook cleanup refer to a broken image tag

# values.yaml
  webhooksCleanup:
    image:
      registry: registry.cern.ch/kubernetes
      repository: kubectl
      tag: v1.32.2
  policyReportsCleanup:
    image:
      registry: registry.cern.ch/kubernetes
      repository: kubectl
      tag: v1.32.2

The tag should be 1.32.2 (no v). This is fixed in master already it seems but needs to be applied manually to the .18 and .19 branches.