Skip to content

Commit

Permalink
chore: update syncer image for ha history (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuriwuyun authored Sep 9, 2024
1 parent 123ea27 commit a0eb010
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion addons/apecloud-postgresql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion addons/mongodb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion addons/mysql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions addons/official-postgresql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -64,4 +64,4 @@ shmVolume:
roleProbe:
failureThreshold: 2
periodSeconds: 1
timeoutSeconds: 1
timeoutSeconds: 1

0 comments on commit a0eb010

Please sign in to comment.