Skip to content

Commit

Permalink
chore: update syncer version
Browse files Browse the repository at this point in the history
  • Loading branch information
xuriwuyun committed Sep 29, 2024
1 parent 75ee0d1 commit a2fe04f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions addons/mysql/templates/clusterversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ spec:
- cp
- -r
- /bin/syncer
- /config
- /kubeblocks/
image: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.syncer.repository }}:{{ .Values.image.syncer.tag }}
imagePullPolicy: {{ include "mysql.imagePullPolicy" . }}
Expand All @@ -53,8 +52,6 @@ spec:
imagePullPolicy: {{ include "mysql.imagePullPolicy" . }}
command:
- syncer
- --config-path
- /kubeblocks/config/components
- --port
- "3601"
- --
Expand Down Expand Up @@ -101,7 +98,6 @@ spec:
- cp
- -r
- /bin/syncer
- /config
- /kubeblocks/
image: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.syncer.repository }}:{{ .Values.image.syncer.tag }}
imagePullPolicy: {{ include "mysql.imagePullPolicy" . }}
Expand All @@ -126,8 +122,6 @@ spec:
imagePullPolicy: {{ include "mysql.imagePullPolicy" . }}
command:
- syncer
- --config-path
- /kubeblocks/config/components
- --port
- "3601"
- --
Expand Down Expand Up @@ -172,7 +166,6 @@ spec:
- cp
- -r
- /bin/syncer
- /config
- /kubeblocks/
image: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.syncer.repository }}:{{ .Values.image.syncer.tag }}
imagePullPolicy: {{ include "mysql.imagePullPolicy" . }}
Expand All @@ -197,8 +190,6 @@ spec:
imagePullPolicy: {{ include "mysql.imagePullPolicy" . }}
command:
- syncer
- --config-path
- /kubeblocks/config/components
- --port
- "3601"
- --
Expand Down
2 changes: 1 addition & 1 deletion addons/mysql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
xtraBackupRepository: apecloud/percona-xtrabackup
syncer:
repository: apecloud/syncer
tag: 0.2.0
tag: 0.3.0

## MySQL Cluster parameters
cluster:
Expand Down

0 comments on commit a2fe04f

Please sign in to comment.