From 499d16cc2fc7fa5f67e73fc6f1c58858418d52be Mon Sep 17 00:00:00 2001 From: Marcel Fest Date: Mon, 29 Mar 2021 09:33:21 +0200 Subject: [PATCH] [bitnami/grafana-operator] Added support for configmaps in global rbac role. (#5926) * [bitnami/grafana-operator] Added support for configmaps in global rbac. support for examples like this -> https://github.com/integr8ly/grafana-operator/blob/master/deploy/examples/dashboards/DashboardFromConfigMap.yaml * Update Chart.yaml * [bitnami/grafana-operator] Update components versions Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/grafana-operator/Chart.lock | 6 +++--- bitnami/grafana-operator/Chart.yaml | 2 +- bitnami/grafana-operator/templates/rbac.yaml | 1 + bitnami/grafana-operator/values.yaml | 6 +++--- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/bitnami/grafana-operator/Chart.lock b/bitnami/grafana-operator/Chart.lock index 89650a046f..6466efc6a9 100644 --- a/bitnami/grafana-operator/Chart.lock +++ b/bitnami/grafana-operator/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 1.4.1 -digest: sha256:81be4c0ebd0a81952423b24268e82697231b8c07991ee60b23b950ff1db003a2 -generated: "2021-03-13T22:13:18.668656012Z" + version: 1.4.2 +digest: sha256:4e3ec38e0e27e9fc1defb2a13f67a0aa12374bf0b15f06a6c13b1b46df6bffeb +generated: "2021-03-29T07:14:44.363641087Z" diff --git a/bitnami/grafana-operator/Chart.yaml b/bitnami/grafana-operator/Chart.yaml index 2e06c3702c..011ce89b0b 100644 --- a/bitnami/grafana-operator/Chart.yaml +++ b/bitnami/grafana-operator/Chart.yaml @@ -25,4 +25,4 @@ name: grafana-operator sources: - https://github.com/integr8ly/grafana-operator - https://github.com/bitnami/bitnami-docker-grafana-operator -version: 0.6.3 +version: 0.6.4 diff --git a/bitnami/grafana-operator/templates/rbac.yaml b/bitnami/grafana-operator/templates/rbac.yaml index 0118120f81..91b0ef5385 100644 --- a/bitnami/grafana-operator/templates/rbac.yaml +++ b/bitnami/grafana-operator/templates/rbac.yaml @@ -140,6 +140,7 @@ rules: resources: - grafanadashboards - grafanadashboards/status + - configmaps verbs: ['get', 'list', 'update', 'watch'] - apiGroups: - "" diff --git a/bitnami/grafana-operator/values.yaml b/bitnami/grafana-operator/values.yaml index 610ef6a936..14fe78ffbe 100644 --- a/bitnami/grafana-operator/values.yaml +++ b/bitnami/grafana-operator/values.yaml @@ -53,7 +53,7 @@ operator: image: registry: docker.io repository: bitnami/grafana-operator - tag: 3.9.0-debian-10-r28 + tag: 3.9.0-debian-10-r43 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -204,7 +204,7 @@ grafana: image: registry: docker.io repository: bitnami/grafana - tag: 7.4.3-debian-10-r17 + tag: 7.5.1-debian-10-r2 ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ @@ -463,7 +463,7 @@ grafanaPluginInit: image: registry: docker.io repository: bitnami/grafana - tag: 7.4.3-debian-10-r17 + tag: 7.5.1-debian-10-r2 ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/