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
This commit is contained in:
Daniel Pawlik 2018-03-03 17:43:40 +00:00
parent c094bb7160
commit 81bf5f3656
1 changed files with 2 additions and 2 deletions

View File

@ -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