From 2643db49ad5e3e8dce14165a339ba4c035e734ae Mon Sep 17 00:00:00 2001 From: Daniel Podwysocki <183509486+danielpodwysocki-gini@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:56:59 +0200 Subject: [PATCH] pin the mariadb prebackuppod image to a working one The current how-to is broken - the latest tag doesnt contain mysqldump. This matches it with the example found in the tutorial, which does have that available Signed-off-by: Daniel Podwysocki <183509486+danielpodwysocki-gini@users.noreply.github.com> --- docs/modules/ROOT/pages/how-tos/prebackuppod.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/how-tos/prebackuppod.adoc b/docs/modules/ROOT/pages/how-tos/prebackuppod.adoc index 4f8d5201f..37a21b4ec 100644 --- a/docs/modules/ROOT/pages/how-tos/prebackuppod.adoc +++ b/docs/modules/ROOT/pages/how-tos/prebackuppod.adoc @@ -28,7 +28,7 @@ spec: value: topsecret - name: DB_HOST value: mariadb.example.com - image: mariadb + image: mariadb:10.4 command: - 'sleep' - 'infinity'