From a0eb0108b9251fc99edfaf04f27129f6302f61d7 Mon Sep 17 00:00:00 2001 From: xuriwuyun Date: Mon, 9 Sep 2024 17:06:50 +0800 Subject: [PATCH] chore: update syncer image for ha history (#1016) --- addons/apecloud-postgresql/values.yaml | 2 +- addons/mongodb/values.yaml | 2 +- addons/mysql/values.yaml | 2 +- addons/official-postgresql/values.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/addons/apecloud-postgresql/values.yaml b/addons/apecloud-postgresql/values.yaml index 3fd573891..f8033384d 100644 --- a/addons/apecloud-postgresql/values.yaml +++ b/addons/apecloud-postgresql/values.yaml @@ -12,7 +12,7 @@ image: debug: false syncer: repository: apecloud/syncer - tag: "0.1.8" + tag: "0.2.0" # refer: https://github.com/apecloud/dbctl/blob/main/docker/Dockerfile dbctl: diff --git a/addons/mongodb/values.yaml b/addons/mongodb/values.yaml index a300e1c11..e7e579614 100644 --- a/addons/mongodb/values.yaml +++ b/addons/mongodb/values.yaml @@ -10,7 +10,7 @@ image: tag: 5.0.14 # 6.0.3-debian-11-r0 syncer: repository: apecloud/syncer - tag: "0.1.8" + tag: "0.2.0" # refer: https://github.com/apecloud/dbctl/blob/main/docker/Dockerfile dbctl: diff --git a/addons/mysql/values.yaml b/addons/mysql/values.yaml index 18e26bb62..6aec04e8b 100644 --- a/addons/mysql/values.yaml +++ b/addons/mysql/values.yaml @@ -16,7 +16,7 @@ image: repository: perconalab/percona-xtrabackup syncer: repository: apecloud/syncer - tag: 0.1.9 + tag: 0.2.0 dbctl: repository: apecloud/dbctl tag: 0.1.2 diff --git a/addons/official-postgresql/values.yaml b/addons/official-postgresql/values.yaml index 5fabbbc9e..2a5f0e7b9 100644 --- a/addons/official-postgresql/values.yaml +++ b/addons/official-postgresql/values.yaml @@ -25,7 +25,7 @@ image: debug: false syncer: repository: apecloud/syncer - tag: "0.1.1" + tag: "0.2.0" dataMountPath: /postgresql/volume_data confMountPath: /postgresql/mount_conf @@ -64,4 +64,4 @@ shmVolume: roleProbe: failureThreshold: 2 periodSeconds: 1 - timeoutSeconds: 1 \ No newline at end of file + timeoutSeconds: 1