From 3743b5da58f27805fe74ab95882651a4d360d514 Mon Sep 17 00:00:00 2001 From: bitfade Date: Tue, 22 Mar 2022 09:46:05 +0100 Subject: [PATCH] feat(cloud): use custom image for backup/restore. Updated the docker image so that it switches back to mysql user after patching the files. This fixes a permission issue when restoring backups. FROM percona/percona-xtradb-cluster-operator:1.10.0-pxc8.0-backup USER root RUN /usr/bin/sed -i 's|parallel=10|parallel=1|g' /usr/bin/run_backup.sh /usr/bin/recovery-s3.sh USER 1001 --- charts/percona-xtradb-cluster/Chart.yaml | 2 +- charts/percona-xtradb-cluster/templates/cluster.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/percona-xtradb-cluster/Chart.yaml b/charts/percona-xtradb-cluster/Chart.yaml index a29182b..683d65c 100644 --- a/charts/percona-xtradb-cluster/Chart.yaml +++ b/charts/percona-xtradb-cluster/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 1.10.14 +version: 1.10.15 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/percona-xtradb-cluster/templates/cluster.yml b/charts/percona-xtradb-cluster/templates/cluster.yml index 430063d..37430ab 100644 --- a/charts/percona-xtradb-cluster/templates/cluster.yml +++ b/charts/percona-xtradb-cluster/templates/cluster.yml @@ -314,7 +314,7 @@ spec: # service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http logcollector: enabled: true - image: bitfade/percona-xtradb-cluster-operator:1.10.0-logcollector-fb-1.8.11 + image: bitfade/percona-xtradb-cluster-operator:1.10.0-logcollector-fb-1.8.11-1 # configuration: | # [OUTPUT] # Name es