From fb08b9db13e0d761a04bb7005baa0fc5c80a59c6 Mon Sep 17 00:00:00 2001 From: Chris Werner Rau Date: Tue, 18 Jun 2024 14:44:22 +0200 Subject: [PATCH] chore(base-cluster): fix kyverno pdb version (#990) --- charts/base-cluster/templates/kyverno/kyverno.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/base-cluster/templates/kyverno/kyverno.yaml b/charts/base-cluster/templates/kyverno/kyverno.yaml index 2db78795a..dd8527400 100644 --- a/charts/base-cluster/templates/kyverno/kyverno.yaml +++ b/charts/base-cluster/templates/kyverno/kyverno.yaml @@ -18,6 +18,11 @@ spec: namespace: monitoring {{- end }} values: + apiVersionOverride: + # the smart check for the correct version fails when offline + # the old version is removed since 1.25, so this doesn't hurt + # this is just to make pluto happy + podDisruptionBudget: policy/v1 {{- if .Values.global.imageRegistry }} global: ®istryImage image: