Commit Graph

13 Commits

Author SHA1 Message Date
Miguel Ruiz
7d677b72d6 [bitnami/grafana-operator] Replace adminUser and adminPassword with config.security.admin_* (#5661)
* Replace grafana-operator adminUser and adminPassword

* Fix table size in README.md

* Fix wrong link
2021-03-04 12:47:11 +01:00
Víctor Felipe Godoy Hernández
5bc1a670cb [bitnami/grafana-operator] Add support for mounting extra files into the Grafana Pod (#5623)
* Add support for mounting extra files

* bump up version & update Readme.md

* fix version

* follow lint

* Update bitnami/grafana-operator/values.yaml

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>

* Update bitnami/grafana-operator/values.yaml

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>

* fix misstype

* Update bitnami/grafana-operator/values.yaml

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>

* set configMaps as array

* bump up version

* update grafana-operator README.md

* Update bitnami/grafana-operator/templates/grafana.yaml

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>
2021-03-02 14:46:31 +01:00
Juan Ariza Toledano
eae34fdbf1 [bitnami/grafana-operator] Provide mechanism to define extra objects (#5614) 2021-02-26 10:45:45 +01:00
Juan Ariza Toledano
71fb99f541 [bitnami/*] Use common macro to define RBAC apiVersion (#5585) 2021-02-22 17:37:32 +01:00
Bitnami Containers
17333db774 [bitnami/grafana-operator] Release 0.3.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-02-12 12:49:23 +00:00
Javier J. Salmerón-García
e7b37db6ce [bitnami/grafana-operator] Add credentials support (#5429) 2021-02-09 15:15:32 +01:00
Javier J. Salmerón-García
9568bdf7d7 [bitnami/grafana-operator] Add hostAliases (#5243) 2021-01-28 10:06:37 +01:00
Carlos Rodríguez Hernández
0462921418 [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206)
* [bitnami/*] Unify icons in Chart.yaml and add missing fields
* Update Chart.yaml
2021-01-25 07:52:27 +01:00
Bitnami Containers
60c6ebffe5 [bitnami/grafana-operator] Release 0.1.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-01-21 06:13:19 +00:00
Bitnami Containers
7fc4bb1861 [bitnami/grafana-operator] Release 0.1.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-01-19 08:09:33 +00:00
Marcel Fest
fe3bffb5e1 [bitnami/grafana-operator] Update documentation for Plugin Init Container. (#5046)
* [bitnami/grafana-operator]

Fixed documentation for this chart as the 
grafana-plugin-init container is now as well the grafana container.

* Bump chartVersion accordingly
2021-01-15 12:52:29 +01:00
Bitnami Containers
de0435fea7 [bitnami/grafana-operator] Release 0.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-01-09 03:30:21 +00:00
Marcel Fest
e630c6ecec [bitnami/grafana-operator] Added grafana-operator Chart (#3287)
* Added initial grafana-operator Chart

* Added Analytics

* Added rbac ClusterRole if scanAllNamespaces is used. fixed the metrics endpoint

* Fixed the port to be 8080 the metrics port

* Document values for the grafana-operator command flags

* Removed trailing whitespace

* Update Chart.yaml

* Update Chart.yaml

* Added the feedback from @joancafom

* added bitnami/grafana repository

* Removed trailing whitespace

* Added the new affinity

* make the chart helm v2 compatible

* leave it as v1beta1

* Added changes to the README and updated values.yaml documentation in README

* Removed metallb reference

* Fixed yaml compliance for single document yamls

* Drop Helm v2 support

* Added support for newline

* Update servicemonitor to have a headless service.

* Update Chart.yaml

* Update bitnami/grafana-operator/README.md

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Update bitnami/grafana-operator/Chart.yaml

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Update bitnami/grafana-operator/values.yaml

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Update Chart.yaml following the new standard

* Update values.yaml

* Update bitnami/grafana-operator/values.yaml

Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>

* Update bitnami/grafana-operator/templates/deployment.yaml

Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>

* Added unusable type of Grafana manifest for working from the train tomorrow

* Updated Chart.lock

* Added support for a grafana instance deployment

* Fixed the typo of ref

* some cleanup done

* Fixed linting issues still lacking the documentation

* Added support for resource limits on the grafana

* Added grafana-operator documentation and an enable toggle for grafana-operator.

* Fixed indentation

* Added upstream crd

* Added containerSecurityContext

* fixed typo , -> .

* Added warning for rolling release tags

* EOL

* EOL

* Added documentation for the containerSecurityContext

* Added initContainer to fix volumePermissions

* EOL

* Remove unused initContainer from spec

* Use Recreate because the operator is not scalable to more than one replica

* Disable the Grafanan Alerting feature and opt out for analytics

* Added my selfmade image to test in ci

* Revert "Added my selfmade image to test in ci"

This reverts commit 5dad03e98b.

* Fix indentation

* Update dependencies

* Update image tags

* Update values.yaml

* Update grafana-operator flags for 3.7

* Update chart and app versions

* Update README

* Minor yaml format fixes

* [bitnami/grafana-operator] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>
Co-authored-by: Andrés Bono <andresbono@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-01-08 20:50:56 +01:00