Skip to content

Commit

Permalink
chore: update xtrabackup image url
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyelei committed Dec 16, 2024
1 parent f0be351 commit 7377c38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 7377c38

Please sign in to comment.