diff --git a/helm/draino/Chart.yaml b/helm/draino/Chart.yaml index 560b0cf4..910d7176 100644 --- a/helm/draino/Chart.yaml +++ b/helm/draino/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: draino chart name: draino -version: 0.1.0 +version: 0.2.0 diff --git a/helm/draino/templates/clusterrole.yaml b/helm/draino/templates/clusterrole.yaml index bed394fa..fa86de17 100644 --- a/helm/draino/templates/clusterrole.yaml +++ b/helm/draino/templates/clusterrole.yaml @@ -1,5 +1,5 @@ {{- if .Values.rbac.create -}} -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: {{ include "draino.fullname" . }} diff --git a/helm/draino/templates/clusterrolebinding.yaml b/helm/draino/templates/clusterrolebinding.yaml index d1836677..ca966fe3 100644 --- a/helm/draino/templates/clusterrolebinding.yaml +++ b/helm/draino/templates/clusterrolebinding.yaml @@ -1,5 +1,5 @@ {{- if .Values.rbac.create -}} -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: {{ include "draino.fullname" . }}