From 8dad346f3ff88d09f697a08ba4fdd6870e70b21a Mon Sep 17 00:00:00 2001 From: Chris Wedgwood Date: Tue, 16 Oct 2018 15:49:42 +0000 Subject: [PATCH] [MariaDB] Bump to version 10.2.18 to avoid shutdown hangs We see sporadic shutdown hangs that look to be the issue described at https://jira.mariadb.org/browse/MDEV-15554 Upgrade minor version to address this. Change-Id: Idf8403b44e871b5a32173bd153a8367519b239ec --- mariadb/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mariadb/values.yaml b/mariadb/values.yaml index f71212c37a..a2701781fa 100644 --- a/mariadb/values.yaml +++ b/mariadb/values.yaml @@ -24,7 +24,7 @@ images: # NOTE: if you update from 10.2.13 please look at # https://review.openstack.org/#/q/Ifd09d7effe7d382074ca9e6678df36bdd4bce0af # and check whether it's still needed - mariadb: docker.io/mariadb:10.2.13 + mariadb: docker.io/mariadb:10.2.18 ingress: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0 error_pages: gcr.io/google_containers/defaultbackend:1.0 prometheus_create_mysql_user: docker.io/mariadb:10.2.13