openstack-helm-infra/releasenotes/notes/elastic-metricbeat.yaml
jinyuan 2ff4c5c40b Update rbac api version for elastic-metricbeat
When using a helm3 to deploy , it fail! Helm3 no more support rbac.authorization.k8s.io/v1beta1 , but v1 can support helm2 and helm3.This change optimized deployment.

Change-Id: I41ca3ee2490eadce8d043cf6a757bf8569f31931
2021-02-25 08:47:03 +00:00

7 lines
169 B
YAML

---
elastic-metricbeat:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Update RBAC apiVersion from /v1beta1 to /v1
...