[bitnami/*] Update URLs to point to the new bitnami/containers monorepo (#11352)

* [bitnami/several] Update URLs to point to the new bitnami/containers monorepo

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

* Update README.md with readme-generator-for-helm

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

* Update bitnami/mongodb/values.yaml

Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>

* Update bitnami/mongodb/values.yaml

Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>

* Update bitnami/mongodb/values.yaml

Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>

* Update bitnami/mongodb/values.yaml

Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>

* Update bitnami/mongodb-sharded/values.yaml

Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>

* Update bitnami/mongodb-sharded/values.yaml

Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>

* Update bitnami/mongodb-sharded/values.yaml

Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>

Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2022-07-26 18:43:55 +02:00
committed by GitHub
parent de983f6906
commit d665af0c70
239 changed files with 889 additions and 879 deletions

View File

@@ -22,6 +22,6 @@ maintainers:
url: https://github.com/bitnami/charts
name: grafana
sources:
- https://github.com/bitnami/bitnami-docker-grafana
- https://github.com/bitnami/containers/tree/main/bitnami/grafana
- https://grafana.com/
version: 8.0.2

View File

@@ -7,7 +7,7 @@ Grafana is an open source metric analytics and visualization suite for visualizi
[Overview of Grafana](https://grafana.com/)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR
```console
@@ -17,7 +17,7 @@ $ helm install my-release bitnami/grafana
## Introduction
This chart bootstraps a [grafana](https://github.com/bitnami/bitnami-docker-grafana) deployment on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
This chart bootstraps a [grafana](https://github.com/bitnami/containers/tree/main/bitnami/grafana) deployment on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
Bitnami charts can be used with [Kubeapps](https://kubeapps.dev/) for deployment and management of Helm Charts in clusters.
@@ -610,7 +610,7 @@ As an alternative, you can use of the preset configurations for pod affinity, po
## Persistence
The [Bitnami Grafana](https://github.com/bitnami/bitnami-docker-grafana) image stores the Grafana data and configurations at the `/opt/bitnami/grafana/data` path of the container.
The [Bitnami Grafana](https://github.com/bitnami/containers/tree/main/bitnami/grafana) image stores the Grafana data and configurations at the `/opt/bitnami/grafana/data` path of the container.
Persistent Volume Claims are used to keep the data across deployments. This is known to work in GCE, AWS, and minikube.
See the [Parameters](#parameters) section to configure the PVC or to disable persistence.