diff --git a/mirrord-operator/Chart.yaml b/mirrord-operator/Chart.yaml index c2c084d..d7553ec 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.15.0 +version: 1.15.1 # 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 92cc163..45a61ed 100644 --- a/mirrord-operator/templates/cluster-role.yaml +++ b/mirrord-operator/templates/cluster-role.yaml @@ -75,6 +75,7 @@ rules: - policies.mirrord.metalbear.co resources: - mirrordpolicies + - mirrordclusterpolicies verbs: - list - get