Skip to content

Commit

Permalink
Use rbac.authorization.k8s.io/v1 instead of v1beta1. (#662)
Browse files Browse the repository at this point in the history
Use rbac.authorization.k8s.io/v1 instead of v1beta1.

v1beta1 support was removed in K8s 1.22.
  • Loading branch information
monaka authored Apr 6, 2022
1 parent 8b063ec commit cb2aed6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/aws-for-fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: aws-for-fluent-bit
description: A Helm chart to deploy aws-for-fluent-bit project
version: 0.1.14
version: 0.1.15
appVersion: 2.21.5
home: https://github.com/aws/eks-charts
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
Expand Down
2 changes: 1 addition & 1 deletion stable/aws-for-fluent-bit/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: {{ include "aws-for-fluent-bit.fullname" . }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: {{ include "aws-for-fluent-bit.fullname" . }}
Expand Down

0 comments on commit cb2aed6

Please sign in to comment.