diff --git a/mariadb/Chart.yaml b/mariadb/Chart.yaml index 5275878df..872ce5fa3 100644 --- a/mariadb/Chart.yaml +++ b/mariadb/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v10.2.31 description: OpenStack-Helm MariaDB name: mariadb -version: 0.1.14 +version: 0.2.0 home: https://mariadb.com/kb/en/ icon: http://badges.mariadb.org/mariadb-badge-180x60.png sources: diff --git a/mariadb/values.yaml b/mariadb/values.yaml index 05ab106c7..b22950581 100644 --- a/mariadb/values.yaml +++ b/mariadb/values.yaml @@ -20,17 +20,17 @@ release_group: null images: tags: - mariadb: docker.io/openstackhelm/mariadb:latest-ubuntu_xenial + mariadb: docker.io/openstackhelm/mariadb:latest-ubuntu_focal ingress: k8s.gcr.io/ingress-nginx/controller:v0.42.0 error_pages: k8s.gcr.io/defaultbackend:1.4 - prometheus_create_mysql_user: docker.io/mariadb:10.2.31 + prometheus_create_mysql_user: docker.io/mariadb:10.5.9-focal prometheus_mysql_exporter: docker.io/prom/mysqld-exporter:v0.12.1 prometheus_mysql_exporter_helm_tests: docker.io/openstackhelm/heat:newton-ubuntu_xenial dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 image_repo_sync: docker.io/docker:17.07.0 mariadb_backup: quay.io/airshipit/porthole-mysqlclient-utility:latest-ubuntu_bionic ks_user: docker.io/openstackhelm/heat:stein-ubuntu_bionic - scripted_test: docker.io/openstackhelm/mariadb:ubuntu_xenial-20191031 + scripted_test: docker.io/openstackhelm/mariadb:ubuntu_focal-20210415 pull_policy: "IfNotPresent" local_registry: active: false diff --git a/releasenotes/notes/mariadb.yaml b/releasenotes/notes/mariadb.yaml index 7878e9f11..444575134 100644 --- a/releasenotes/notes/mariadb.yaml +++ b/releasenotes/notes/mariadb.yaml @@ -15,4 +15,5 @@ mariadb: - 0.1.12 Set strict permission on mariadb data dir - 0.1.13 Fix race condition for grastate.dat - 0.1.14 Update mysqld-exporter image to v0.12.1 + - 0.2.0 Uplift mariadb version and ubuntu release ...