From a5f2e35262fdcee3500773291fdf9e3b70172a2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:00:06 +0800 Subject: [PATCH] chore(deps): update oceanbase/oceanbase-ce docker tag to v4.3.0 (#1194) * chore(deps): update oceanbase/oceanbase-ce docker tag to v4.3.0 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- apps/oceanbase/{4.2.1 => 4.3.0}/data.yml | 0 apps/oceanbase/{4.2.1 => 4.3.0}/docker-compose.yml | 2 +- apps/oceanbase/{4.2.1 => 4.3.0}/scripts/init.sh | 0 apps/oceanbase/{4.2.1 => 4.3.0}/scripts/uninstall.sh | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename apps/oceanbase/{4.2.1 => 4.3.0}/data.yml (100%) rename apps/oceanbase/{4.2.1 => 4.3.0}/docker-compose.yml (94%) rename apps/oceanbase/{4.2.1 => 4.3.0}/scripts/init.sh (100%) rename apps/oceanbase/{4.2.1 => 4.3.0}/scripts/uninstall.sh (100%) diff --git a/apps/oceanbase/4.2.1/data.yml b/apps/oceanbase/4.3.0/data.yml similarity index 100% rename from apps/oceanbase/4.2.1/data.yml rename to apps/oceanbase/4.3.0/data.yml diff --git a/apps/oceanbase/4.2.1/docker-compose.yml b/apps/oceanbase/4.3.0/docker-compose.yml similarity index 94% rename from apps/oceanbase/4.2.1/docker-compose.yml rename to apps/oceanbase/4.3.0/docker-compose.yml index 38818615..c2fc25b3 100644 --- a/apps/oceanbase/4.2.1/docker-compose.yml +++ b/apps/oceanbase/4.3.0/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: oceanbase: - image: oceanbase/oceanbase-ce:4.2.1 + image: oceanbase/oceanbase-ce:4.3.0 container_name: ${CONTAINER_NAME} restart: always environment: diff --git a/apps/oceanbase/4.2.1/scripts/init.sh b/apps/oceanbase/4.3.0/scripts/init.sh similarity index 100% rename from apps/oceanbase/4.2.1/scripts/init.sh rename to apps/oceanbase/4.3.0/scripts/init.sh diff --git a/apps/oceanbase/4.2.1/scripts/uninstall.sh b/apps/oceanbase/4.3.0/scripts/uninstall.sh similarity index 100% rename from apps/oceanbase/4.2.1/scripts/uninstall.sh rename to apps/oceanbase/4.3.0/scripts/uninstall.sh