From dea99424a7cbabaf2efd30a8357dac99a792a487 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 2 Jun 2022 15:21:23 +1000 Subject: [PATCH] gerrit: Update mariadb to 10.6 As part of the Gerrit 3.5 upgrade we are also upgrading the reviewdb to the latest mariadb LTS. This should be merged after the update process; see https://etherpad.opendev.org/p/gerrit-upgrade-3.5 Change-Id: Ie30c84eeb003ee86a7a66e0c1c5fd7f95ddf3f5f --- playbooks/roles/gerrit/templates/docker-compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/gerrit/templates/docker-compose.yaml.j2 b/playbooks/roles/gerrit/templates/docker-compose.yaml.j2 index 4626a2db6f..5dc051b357 100644 --- a/playbooks/roles/gerrit/templates/docker-compose.yaml.j2 +++ b/playbooks/roles/gerrit/templates/docker-compose.yaml.j2 @@ -1,7 +1,7 @@ version: '2' services: mariadb: - image: docker.io/library/mariadb:10.4 + image: docker.io/library/mariadb:10.6 network_mode: host environment: MYSQL_ROOT_PASSWORD: "{{ gerrit_reviewdb_mariadb_password }}"