Skip to content

Commit 9807f08

Browse files
committed
K8SPXC-1478: Update images and versions for 1.15.1 release
1 parent 156935f commit 9807f08

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

deploy/bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11310,7 +11310,7 @@ spec:
1131011310
value: percona-xtradb-cluster-operator
1131111311
- name: DISABLE_TELEMETRY
1131211312
value: "false"
11313-
image: perconalab/percona-xtradb-cluster-operator:1.15.0
11313+
image: percona/percona-xtradb-cluster-operator:1.15.1
1131411314
imagePullPolicy: Always
1131511315
livenessProbe:
1131611316
failureThreshold: 3

deploy/cr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
# sslInternalSecretName: cluster1-ssl-internal
2323
# logCollectorSecretName: cluster1-log-collector-secrets
2424
# initContainer:
25-
# image: percona/percona-xtradb-cluster-operator:1.15.0
25+
# image: percona/percona-xtradb-cluster-operator:1.15.1
2626
# resources:
2727
# requests:
2828
# memory: 100M
@@ -539,7 +539,7 @@ spec:
539539
# - 10.0.0.0/8
540540
logcollector:
541541
enabled: true
542-
image: percona/percona-xtradb-cluster-operator:1.15.0-logcollector-fluentbit3.1.4
542+
image: percona/percona-xtradb-cluster-operator:1.15.1-logcollector-fluentbit3.1.4
543543
# configuration: |
544544
# [OUTPUT]
545545
# Name es
@@ -567,7 +567,7 @@ spec:
567567
cpu: 300m
568568
backup:
569569
# allowParallel: true
570-
image: percona/percona-xtradb-cluster-operator:1.15.0-pxc8.0-backup-pxb8.0.35
570+
image: percona/percona-xtradb-cluster-operator:1.15.1-pxc8.0-backup-pxb8.0.35
571571
# backoffLimit: 6
572572
# serviceAccountName: percona-xtradb-cluster-operator
573573
# imagePullSecrets:

deploy/cw-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11320,7 +11320,7 @@ spec:
1132011320
value: percona-xtradb-cluster-operator
1132111321
- name: DISABLE_TELEMETRY
1132211322
value: "false"
11323-
image: perconalab/percona-xtradb-cluster-operator:1.15.0
11323+
image: percona/percona-xtradb-cluster-operator:1.15.1
1132411324
imagePullPolicy: Always
1132511325
resources:
1132611326
limits:

deploy/cw-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
value: percona-xtradb-cluster-operator
4343
- name: DISABLE_TELEMETRY
4444
value: "false"
45-
image: perconalab/percona-xtradb-cluster-operator:1.15.0
45+
image: percona/percona-xtradb-cluster-operator:1.15.1
4646
imagePullPolicy: Always
4747
resources:
4848
limits:

deploy/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
value: percona-xtradb-cluster-operator
4646
- name: DISABLE_TELEMETRY
4747
value: "false"
48-
image: perconalab/percona-xtradb-cluster-operator:1.15.0
48+
image: percona/percona-xtradb-cluster-operator:1.15.1
4949
imagePullPolicy: Always
5050
livenessProbe:
5151
failureThreshold: 3

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package version
22

33
var (
4-
Version = "1.15.0"
4+
Version = "1.15.1"
55
)

0 commit comments

Comments
 (0)