diff --git a/charts/rpaas-operator/Chart.yaml b/charts/rpaas-operator/Chart.yaml index 1b5e072..7af17b2 100644 --- a/charts/rpaas-operator/Chart.yaml +++ b/charts/rpaas-operator/Chart.yaml @@ -18,7 +18,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: 0.12.3 +version: 0.12.4 # 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/charts/rpaas-operator/templates/clusterrole_manager.yaml b/charts/rpaas-operator/templates/clusterrole_manager.yaml index f7fac49..252e242 100644 --- a/charts/rpaas-operator/templates/clusterrole_manager.yaml +++ b/charts/rpaas-operator/templates/clusterrole_manager.yaml @@ -96,6 +96,7 @@ rules: - extensions.tsuru.io resources: - rpaasinstances/status + - rpaasvalidations/status verbs: - get - patch