concourse / concourse-chart

Helm chart to install Concourse
Apache License 2.0
145 stars 176 forks source link

PodDisruptionBudget Policy apiVersion #334

Closed rowanruseler closed 1 year ago

rowanruseler commented 1 year ago

In version v1.25 of kubernetes policy/v1beta1 is no longer served.

https://kubernetes.io/docs/reference/using-api/deprecation-guide/#poddisruptionbudget-v125

Why do we need this PR?

In one of my Kubernetes environments, the CRD does not yet contain policy/v1. Perhaps other people run into the same issue.

Changes proposed in this pull request

Contributor Checklist

Reviewer Checklist

This section is intended for the core maintainers only, to track review progress. Please do not fill out this section.

  • [ ] Code reviewed
  • [ ] Topgun tests run
  • [ ] Back-port if needed
  • [ ] Is the correct branch targeted? (master or dev)

Signed-off-by: Rowan Ruseler rowanruseler@gmail.com