From a09d49dead17c02f046a967ebdde23d189624b6e Mon Sep 17 00:00:00 2001 From: shreddedbacon Date: Tue, 19 Sep 2023 16:41:18 +1000 Subject: [PATCH] chore: update to use new database-tools image :) --- legacy/helmcharts/mariadb-dbaas/values.yaml | 2 +- legacy/helmcharts/mongodb-dbaas/values.yaml | 2 +- legacy/helmcharts/postgres-dbaas/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/helmcharts/mariadb-dbaas/values.yaml b/legacy/helmcharts/mariadb-dbaas/values.yaml index 0480806c..e8465a24 100644 --- a/legacy/helmcharts/mariadb-dbaas/values.yaml +++ b/legacy/helmcharts/mariadb-dbaas/values.yaml @@ -7,4 +7,4 @@ environment: "" readReplicaHosts: "" imageCache: "" -image: amazeeio/alpine-mysql-client \ No newline at end of file +image: uselagoon/database-tools:latest \ No newline at end of file diff --git a/legacy/helmcharts/mongodb-dbaas/values.yaml b/legacy/helmcharts/mongodb-dbaas/values.yaml index 2c3bb5c7..56ec9476 100644 --- a/legacy/helmcharts/mongodb-dbaas/values.yaml +++ b/legacy/helmcharts/mongodb-dbaas/values.yaml @@ -5,4 +5,4 @@ environment: "" imageCache: "" -image: uselagoon/php-8.0-cli \ No newline at end of file +image: uselagoon/database-tools:latest \ No newline at end of file diff --git a/legacy/helmcharts/postgres-dbaas/values.yaml b/legacy/helmcharts/postgres-dbaas/values.yaml index 513d341a..971581c3 100644 --- a/legacy/helmcharts/postgres-dbaas/values.yaml +++ b/legacy/helmcharts/postgres-dbaas/values.yaml @@ -7,4 +7,4 @@ environment: "" readReplicaHosts: "" imageCache: "" -image: uselagoon/php-8.0-cli \ No newline at end of file +image: uselagoon/database-tools:latest \ No newline at end of file