[bitnami/several] Replace stretch by buster in minideb secondary containers (#1900)

* Replace stretch by buster in minideb secondary containers
* Change READMEs
This commit is contained in:
Carlos Rodríguez Hernández
2020-02-10 14:47:59 +01:00
committed by GitHub
parent 18005e37d4
commit 678febc237
69 changed files with 72 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: mysql
version: 6.7.6
version: 6.7.7
appVersion: 8.0.19
description: Chart to create a Highly available MySQL cluster
keywords:

View File

@@ -65,7 +65,7 @@ The following tables lists the configurable parameters of the MySQL chart and th
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/minideb` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `stretch` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `buster` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `Always` |
| `volumePermissions.resources` | Init container resource requests/limit | `nil` |
| `existingSecret` | Use existing secret for password details (`root.password`, `db.password`, `replication.password` will be ignored and picked up from this secret). The secret has to contain the keys `mysql-root-password`, `mysql-replication-password` and `mysql-password`. | `nil` |

View File

@@ -47,7 +47,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/minideb
tag: stretch
tag: buster
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.

View File

@@ -51,7 +51,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/minideb
tag: stretch
tag: buster
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.