From 81bf5f3656f12b6f8279329edcf91ef63e7a6b5f Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Sat, 3 Mar 2018 17:43:40 +0000 Subject: [PATCH] Changed MariaDB version to 10.2.13 There was a bug in MariaDB 10.2.12 and lower, that prevent upgrade DB schema for Openstack Barbican service. Change-Id: Ib47d1c5060d93f63ac9d4f7d32b25642d801dd15 Closes-Bug: 1734329 --- mariadb/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mariadb/values.yaml b/mariadb/values.yaml index b73cb45688..766819701f 100644 --- a/mariadb/values.yaml +++ b/mariadb/values.yaml @@ -14,8 +14,8 @@ images: tags: - mariadb: docker.io/mariadb:10.1.23 - prometheus_create_mysql_user: docker.io/mariadb:10.1.23 + mariadb: docker.io/mariadb:10.2.13 + prometheus_create_mysql_user: docker.io/mariadb:10.2.13 prometheus_mysql_exporter: docker.io/prom/mysqld-exporter:v0.10.0 prometheus_mysql_exporter_helm_tests: docker.io/openstackhelm/heat:newton dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.2.1