From fb582fe2d8af77a70e885ca1cafc45c12d76b8b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 3 Jul 2019 10:44:31 +0200 Subject: [PATCH] Replace Alpine by minideb as initContainer in documentation (#15227) Signed-off-by: Carlos Rodriguez Hernandez --- stable/mariadb/Chart.yaml | 2 +- stable/mariadb/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index fcb1942901..cdc3a4acab 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -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: diff --git a/stable/mariadb/README.md b/stable/mariadb/README.md index 213bed2633..24185fe254 100644 --- a/stable/mariadb/README.md +++ b/stable/mariadb/README.md @@ -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