Skip to content

Commit

Permalink
chore(base-cluster): fix kyverno pdb version (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Jun 18, 2024
1 parent 39b3389 commit fb08b9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/base-cluster/templates/kyverno/kyverno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: &registryImage
image:
Expand Down

0 comments on commit fb08b9d

Please sign in to comment.