Replace Alpine by minideb as initContainer in documentation (#15227)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
Carlos Rodríguez Hernández
2019-07-03 01:44:31 -07:00
committed by Kubernetes Prow Robot
parent fc10096119
commit fb582fe2d8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: mariadb
version: 6.5.3
version: 6.5.4
appVersion: 10.3.16
description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. Highly available MariaDB cluster.
keywords:
+2 -2
View File
@@ -237,10 +237,10 @@ The feature allows for specifying a template string for a initContainer in the m
master:
extraInitContainers: |
- name: initcontainer
image: alpine:latest
image: bitnami/minideb:latest
command: ["/bin/sh", "-c"]
args:
- curl http://api-service.local/db/starting;
- install_packages curl && curl http://api-service.local/db/starting;
```
## Upgrading