mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 06:47:24 +08:00
[bitnami/*] Remove relative links to non-README sections, add verification for that and update TL;DR section (#20967)
* [bitnami/*] Remove relative links to non-README sections and add verification Signed-off-by: Jota Martos <jotamartos@vmware.com> * Update Elasticsearch solution title Signed-off-by: Jota Martos <jotamartos@vmware.com> * Update .github/workflows/markdown-linter.yml Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> * Move enterprise string to the tl;dr section Signed-off-by: Jota Martos <jotamartos@vmware.com> * Fix typo in some READMEs Signed-off-by: Jota Martos <jotamartos@vmware.com> * Replace placeholders in the TLDR section Signed-off-by: Jota Martos <jotamartos@vmware.com> * Fix typo in some READMEs Signed-off-by: Jota Martos <jotamartos@vmware.com> * Revert "Update Elasticsearch solution title" This reverts commit 9f437f993d14f69a1ffffbcec78a5df8654aaefd. --------- Signed-off-by: Jota Martos <jotamartos@vmware.com> Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
@@ -4,17 +4,17 @@
|
||||
|
||||
MySQL is a fast, reliable, scalable, and easy to use open source relational database system. Designed to handle mission-critical, heavy-load production applications.
|
||||
|
||||
[Overview of MySQL](http://www.mysql.com)
|
||||
[Overview of MySQL](https://www.mysql.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
|
||||
helm install my-release oci://REGISTRY_NAME/REPOSITORY_NAME/mysql
|
||||
helm install my-release oci://registry-1.docker.io/bitnamicharts/mysql
|
||||
```
|
||||
|
||||
> Note: You need to substitute the placeholders `REGISTRY_NAME` and `REPOSITORY_NAME` with a reference to your Helm chart registry and repository. For example, in the case of Bitnami, you need to use `REGISTRY_NAME=registry-1.docker.io` and `REPOSITORY_NAME=bitnamicharts`.
|
||||
Looking to use MySQL in production? Try [VMware Tanzu Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.
|
||||
|
||||
## Introduction
|
||||
|
||||
@@ -22,8 +22,6 @@ This chart bootstraps a [MySQL](https://github.com/bitnami/containers/tree/main/
|
||||
|
||||
Bitnami charts can be used with [Kubeapps](https://kubeapps.dev/) for deployment and management of Helm Charts in clusters.
|
||||
|
||||
Looking to use MySQL in production? Try [VMware Tanzu Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Kubernetes 1.23+
|
||||
@@ -396,7 +394,7 @@ helm install my-release -f values.yaml oci://REGISTRY_NAME/REPOSITORY_NAME/mysql
|
||||
```
|
||||
|
||||
> Note: You need to substitute the placeholders `REGISTRY_NAME` and `REPOSITORY_NAME` with a reference to your Helm chart registry and repository. For example, in the case of Bitnami, you need to use `REGISTRY_NAME=registry-1.docker.io` and `REPOSITORY_NAME=bitnamicharts`.
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
> **Tip**: You can use the default [values.yaml](https://github.com/bitnami/charts/tree/main/bitnami/mysql/values.yaml)
|
||||
|
||||
## Configuration and installation details
|
||||
|
||||
@@ -418,7 +416,7 @@ The allowed extensions are `.sh`, `.sql` and `.sql.gz`.
|
||||
|
||||
These scripts are treated differently depending on their extension. While `.sh` scripts are executed on all the nodes, `.sql` and `.sql.gz` scripts are only executed on the primary nodes. This is because `.sh` scripts support conditional tests to identify the type of node they are running on, while such tests are not supported in `.sql` or `sql.gz` files.
|
||||
|
||||
Refer to the [chart documentation for more information and a usage example](http://docs.bitnami.com/kubernetes/infrastructure/mysql/configuration/customize-new-instance/).
|
||||
Refer to the [chart documentation for more information and a usage example](https://docs.bitnami.com/kubernetes/infrastructure/mysql/configuration/customize-new-instance/).
|
||||
|
||||
### Sidecars and Init Containers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user