From b19cca68baf35e16d3a9ea4ef00c2b7afd4fcf75 Mon Sep 17 00:00:00 2001 From: Christian Haller Date: Tue, 17 Oct 2023 14:00:46 +0200 Subject: [PATCH] Update deploy_mariadb-sidecar_baloise.yaml Use old image, before they removed the env var --- .../sidecar-containers/deploy_mariadb-sidecar_baloise.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/additional-concepts/sidecar-containers/deploy_mariadb-sidecar_baloise.yaml b/content/en/docs/additional-concepts/sidecar-containers/deploy_mariadb-sidecar_baloise.yaml index 4ce7d7dd..25c29f8d 100644 --- a/content/en/docs/additional-concepts/sidecar-containers/deploy_mariadb-sidecar_baloise.yaml +++ b/content/en/docs/additional-concepts/sidecar-containers/deploy_mariadb-sidecar_baloise.yaml @@ -1,6 +1,6 @@ containers: - ... - - image: REGISTRY-URL/acend/mysqld-exporter + - image: REGISTRY-URL/acend/mysqld-exporter:latest-2023.06.17-00.13.04 name: mysqld-exporter env: - name: MYSQL_DATABASE_ROOT_PASSWORD