loft-sh / jspolicy

jsPolicy - Easier & Faster Kubernetes Policies using JavaScript or TypeScript
https://www.jspolicy.com
Apache License 2.0
353 stars 35 forks source link

policy/v1beta1 API version of PodDisruptionBudget is no longer served as of v1.25. #98

Closed ayeks closed 1 year ago

ayeks commented 1 year ago

Hey,

with k8s 1.25 the PDB cannot longer be used through the helm chart. Deprecation notice: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#poddisruptionbudget-v125

Outdated version: apiVersion: policy/v1beta1

1.25+ version: apiVersion: policy/v1

I will push a MR to fix this.

Cheers Lars