diff --git a/charts/ent-operator/Chart.yaml b/charts/ent-operator/Chart.yaml index 6707f89c..acacba25 100644 --- a/charts/ent-operator/Chart.yaml +++ b/charts/ent-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: mongodb-enterprise-operator description: MongoDB Kubernetes Enterprise Operator deployment -version: 0.1.4 +version: 0.1.5 kubeVersion: '>=1.15-0' keywords: - mongodb diff --git a/charts/ent-operator/templates/operator-roles.yaml b/charts/ent-operator/templates/operator-roles.yaml index e6d9b44f..84385d02 100644 --- a/charts/ent-operator/templates/operator-roles.yaml +++ b/charts/ent-operator/templates/operator-roles.yaml @@ -113,7 +113,7 @@ subjects: kind: ClusterRole apiVersion: rbac.authorization.k8s.io/v1 metadata: - name: {{ .Release.Name }}-{{ .Release.Namespace }}--webhook + name: {{ .Release.Name }}-{{ .Release.Namespace }}-webhook rules: - apiGroups: - "admissionregistration.k8s.io"