[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 <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Marcel Fest
2021-03-29 09:33:21 +02:00
committed by GitHub
parent efaa830c98
commit 499d16cc2f
4 changed files with 8 additions and 7 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -140,6 +140,7 @@ rules:
resources:
- grafanadashboards
- grafanadashboards/status
- configmaps
verbs: ['get', 'list', 'update', 'watch']
- apiGroups:
- ""

View File

@@ -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/