Update rbac.authorization.k8s.io/v1beta1 to rbac.authorization.k8s.io/v1 (#8270)

rbac.authorization.k8s.io/v1beta1 ClusterRole is deprecated in v1.17+,
unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRole

Signed-off-by: Anton Patsev <patsev.anton@gmail.com>

Which of these should I fill out in this PR ?

**Checklist**
- [ ] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [ ] Documentation added
- [ ] Tests updated
- [ ] `CHANGELOG.md` updated
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/upgrading/_index.md`

Signed-off-by: Anton Patsev <patsev.anton@gmail.com>
pull/8968/head^2
Anton Patsev 2 years ago committed by GitHub
parent 2cccc1bc68
commit a4aeb0e651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/helm.yaml

@ -4,7 +4,7 @@ metadata:
name: helm
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: helm

Loading…
Cancel
Save