uswitch / kiam

Integrate AWS IAM with Kubernetes
Apache License 2.0
1.15k stars 238 forks source link

Update deprecated API versions for kube 1.22 #493

Closed harshal-shah closed 3 years ago

harshal-shah commented 3 years ago

Kubernetes 1.22 removes a few apiversions for resources among which are rbac.authorization.k8s.io/v1beta1 that is used in clusterrolebinding and clusterrole in the kiam chart.

This PR replaces the deprecated api versions with the stable version.

harshal-shah commented 3 years ago

@pingles Hoping to have this change in the next kiam release

harshal-shah commented 3 years ago

Thanks @Joseph-Irving !