Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update xtrabackup image url #1325

Merged
merged 4 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/kafka/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords:

dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
Expand Down
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
Loading