grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
22.75k stars 3.31k forks source link

fix: Use Pod Disruption Template in all Template Files. #13388

Open aidanleuck opened 3 days ago

aidanleuck commented 3 days ago

Fixes an issue where the Loki helm chart will fail to install on older versions of Kubernetes still using the v1beta1 version of PodDisruptionBudget. Some files were hardcoded to use policy/v1 endpoint while others correctly used the template. This PR updates all files to use the correct template.

Which issue(s) this PR fixes: Fixes #13387

Checklist

CLAassistant commented 3 days ago

CLA assistant check
All committers have signed the CLA.