mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 06:47:24 +08:00
[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:
@@ -1,6 +1,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 1.4.1
|
version: 1.4.2
|
||||||
digest: sha256:81be4c0ebd0a81952423b24268e82697231b8c07991ee60b23b950ff1db003a2
|
digest: sha256:4e3ec38e0e27e9fc1defb2a13f67a0aa12374bf0b15f06a6c13b1b46df6bffeb
|
||||||
generated: "2021-03-13T22:13:18.668656012Z"
|
generated: "2021-03-29T07:14:44.363641087Z"
|
||||||
|
|||||||
@@ -25,4 +25,4 @@ name: grafana-operator
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/integr8ly/grafana-operator
|
- https://github.com/integr8ly/grafana-operator
|
||||||
- https://github.com/bitnami/bitnami-docker-grafana-operator
|
- https://github.com/bitnami/bitnami-docker-grafana-operator
|
||||||
version: 0.6.3
|
version: 0.6.4
|
||||||
|
|||||||
@@ -140,6 +140,7 @@ rules:
|
|||||||
resources:
|
resources:
|
||||||
- grafanadashboards
|
- grafanadashboards
|
||||||
- grafanadashboards/status
|
- grafanadashboards/status
|
||||||
|
- configmaps
|
||||||
verbs: ['get', 'list', 'update', 'watch']
|
verbs: ['get', 'list', 'update', 'watch']
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ operator:
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/grafana-operator
|
repository: bitnami/grafana-operator
|
||||||
tag: 3.9.0-debian-10-r28
|
tag: 3.9.0-debian-10-r43
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## Ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## Ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
@@ -204,7 +204,7 @@ grafana:
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/grafana
|
repository: bitnami/grafana
|
||||||
tag: 7.4.3-debian-10-r17
|
tag: 7.5.1-debian-10-r2
|
||||||
## Optionally specify an array of imagePullSecrets.
|
## Optionally specify an array of imagePullSecrets.
|
||||||
## Secrets must be manually created in the namespace.
|
## Secrets must be manually created in the namespace.
|
||||||
## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||||
@@ -463,7 +463,7 @@ grafanaPluginInit:
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/grafana
|
repository: bitnami/grafana
|
||||||
tag: 7.4.3-debian-10-r17
|
tag: 7.5.1-debian-10-r2
|
||||||
## Optionally specify an array of imagePullSecrets.
|
## Optionally specify an array of imagePullSecrets.
|
||||||
## Secrets must be manually created in the namespace.
|
## Secrets must be manually created in the namespace.
|
||||||
## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||||
|
|||||||
Reference in New Issue
Block a user