From 58001ca49fcac715b4f57e4bc1823949fc9c2fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Hato=C5=88?= <70328252+hates52@users.noreply.github.com> Date: Wed, 20 Sep 2023 17:25:37 +0200 Subject: [PATCH] [bitnami/grafana-operator] Update rbac-clustescope.yaml (#19264) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update rbac-clustescope.yaml Fix error if specify route.spec.host 2023-09-13T13:01:09Z ERROR GrafanaReconciler reconciler error in stage {"controller": "grafana", "controllerGroup": "grafana.integreatly.org", "controllerKind": "Grafana", "Grafana": {"name":"grafana-openshift","namespace":"test"}, "namespace": "test", "name": "grafana-openshift", "reconcileID": "aa772ba9-dbe2-4fa1-8be4-53ba727b34fe", "stage": "ingress", "error": "Route.route.openshift.io \"grafana-openshift-route\" is invalid: spec.host: Forbidden: you do not have permission to set the host field of the route"} Signed-off-by: Petr Hatoň <70328252+hates52@users.noreply.github.com> Signed-off-by: Petr Hatoň * Bump to version 3.4.6 Signed-off-by: Petr Hatoň --------- Signed-off-by: Petr Hatoň <70328252+hates52@users.noreply.github.com> Signed-off-by: Petr Hatoň Co-authored-by: Petr Hatoň --- bitnami/grafana-operator/Chart.yaml | 2 +- bitnami/grafana-operator/templates/rbac-clustescope.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bitnami/grafana-operator/Chart.yaml b/bitnami/grafana-operator/Chart.yaml index 0b411bb17a..e3cf4fa603 100644 --- a/bitnami/grafana-operator/Chart.yaml +++ b/bitnami/grafana-operator/Chart.yaml @@ -30,4 +30,4 @@ maintainers: name: grafana-operator sources: - https://github.com/bitnami/charts/tree/main/bitnami/grafana-operator -version: 3.4.5 +version: 3.4.6 diff --git a/bitnami/grafana-operator/templates/rbac-clustescope.yaml b/bitnami/grafana-operator/templates/rbac-clustescope.yaml index b05d429612..fb4629706f 100644 --- a/bitnami/grafana-operator/templates/rbac-clustescope.yaml +++ b/bitnami/grafana-operator/templates/rbac-clustescope.yaml @@ -202,6 +202,7 @@ rules: - route.openshift.io resources: - routes + - routes/custom-host verbs: - create - delete