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