Skip to content

Commit

Permalink
chore: update xtrabackup image url (#1325)
Browse files Browse the repository at this point in the history
Co-authored-by: wangyelei <[email protected]>
(cherry picked from commit 6642e77)
  • Loading branch information
wangyelei committed Dec 17, 2024
1 parent 6dec982 commit c76b641
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion addons/mysql/templates/actionset-volumesnapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
value: {{ .Values.dataMountPath }}
restore:
prepareData:
image: {{ .Values.image.xtraBackup.registry | default ( .Values.image.registry | default "docker.io" ) }}/{{ .Values.image.xtraBackup.repository }}:8.0.32
image: {{ .Values.image.xtraBackup.registry | default ( .Values.image.registry | default "docker.io" ) }}/{{ .Values.image.xtraBackup.repository }}:8.0
command:
- bash
- -c
Expand Down
2 changes: 1 addition & 1 deletion addons/mysql/templates/actionset-xtrabackup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- name: MYSQL_DIR
value: {{ .Values.dataMountPath }}
- name: IMAGE_TAG
value: 8.0.32
value: "8.0"
- name: BACKUP_FOR_STANDBY
value: "false"
backup:
Expand Down
4 changes: 2 additions & 2 deletions addons/mysql/templates/backuppolicytemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ spec:
versionMapping:
- serviceVersions:
- "8.4"
mappedValue: "8.4.0-1"
mappedValue: "8.4"
- serviceVersions:
- "8.0"
mappedValue: "8.0.33-28"
mappedValue: "8.0"
- serviceVersions:
- "5.7"
mappedValue: "2.4"
Expand Down
2 changes: 1 addition & 1 deletion addons/mysql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image:
xtraBackup:
# if the value of image.xtraBackup.registry is not specified using `--set`, it will be set to the value of 'image.registry' by default
registry: ""
repository: apecloud/percona-xtrabackup
repository: apecloud/xtrabackup
syncer:
repository: apecloud/syncer
tag: 0.3.8
Expand Down

0 comments on commit c76b641

Please sign in to comment.