diff --git a/mirrord-operator/Chart.yaml b/mirrord-operator/Chart.yaml index 36ef082..429d33d 100644 --- a/mirrord-operator/Chart.yaml +++ b/mirrord-operator/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.3 +version: 1.3.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/mirrord-operator/templates/cluster-role.yaml b/mirrord-operator/templates/cluster-role.yaml index b439203..9d29c07 100644 --- a/mirrord-operator/templates/cluster-role.yaml +++ b/mirrord-operator/templates/cluster-role.yaml @@ -73,8 +73,6 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: mirrord-operator-user - labels: - {{- include "mirrord-operator.labels" . | nindent 4 }} rules: {{- include "mirrord-operator.rules" . | nindent 0 }} {{- include "mirrord-operator.clusterRules" . | nindent 0 }} @@ -83,7 +81,5 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: mirrord-operator-user-basic - labels: - {{- include "mirrord-operator.labels" . | nindent 4 }} rules: {{- include "mirrord-operator.clusterRules" . | nindent 0 }} \ No newline at end of file