Skip to content

Commit

Permalink
chore: update mongodb syncer version
Browse files Browse the repository at this point in the history
  • Loading branch information
xuriwuyun committed Oct 17, 2024
1 parent 5242b2b commit 8ce4282
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions addons/mongodb/templates/componentdefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ spec:
- cp
- -r
- /bin/syncer
- /config
- /kubeblocks/
image: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.syncer.repository }}:{{ .Values.image.syncer.tag }}
imagePullPolicy: {{ default "IfNotPresent" .Values.image.pullPolicy }}
Expand All @@ -108,8 +107,6 @@ spec:
containerPort: 3601
command:
- syncer
- --config-path
- /kubeblocks/config/components
- --port
- "3601"
- --
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.2.0"
tag: "0.3.2"

# refer: https://github.com/apecloud/wal-g/blob/kb-dev/docker/wal-g/Dockerfile-mongo
# this image is built from Dockerfile of apecloud/wal-g forked from wal-g/wal-g.
Expand Down

0 comments on commit 8ce4282

Please sign in to comment.