Skip to content

Commit

Permalink
K8SPXC-1478: Update images and versions for 1.15.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eleo007 committed Oct 14, 2024
1 parent 156935f commit 9807f08
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11310,7 +11310,7 @@ spec:
value: percona-xtradb-cluster-operator
- name: DISABLE_TELEMETRY
value: "false"
image: perconalab/percona-xtradb-cluster-operator:1.15.0
image: percona/percona-xtradb-cluster-operator:1.15.1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
6 changes: 3 additions & 3 deletions deploy/cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
# sslInternalSecretName: cluster1-ssl-internal
# logCollectorSecretName: cluster1-log-collector-secrets
# initContainer:
# image: percona/percona-xtradb-cluster-operator:1.15.0
# image: percona/percona-xtradb-cluster-operator:1.15.1
# resources:
# requests:
# memory: 100M
Expand Down Expand Up @@ -539,7 +539,7 @@ spec:
# - 10.0.0.0/8
logcollector:
enabled: true
image: percona/percona-xtradb-cluster-operator:1.15.0-logcollector-fluentbit3.1.4
image: percona/percona-xtradb-cluster-operator:1.15.1-logcollector-fluentbit3.1.4
# configuration: |
# [OUTPUT]
# Name es
Expand Down Expand Up @@ -567,7 +567,7 @@ spec:
cpu: 300m
backup:
# allowParallel: true
image: percona/percona-xtradb-cluster-operator:1.15.0-pxc8.0-backup-pxb8.0.35
image: percona/percona-xtradb-cluster-operator:1.15.1-pxc8.0-backup-pxb8.0.35
# backoffLimit: 6
# serviceAccountName: percona-xtradb-cluster-operator
# imagePullSecrets:
Expand Down
2 changes: 1 addition & 1 deletion deploy/cw-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11320,7 +11320,7 @@ spec:
value: percona-xtradb-cluster-operator
- name: DISABLE_TELEMETRY
value: "false"
image: perconalab/percona-xtradb-cluster-operator:1.15.0
image: percona/percona-xtradb-cluster-operator:1.15.1
imagePullPolicy: Always
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion deploy/cw-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
value: percona-xtradb-cluster-operator
- name: DISABLE_TELEMETRY
value: "false"
image: perconalab/percona-xtradb-cluster-operator:1.15.0
image: percona/percona-xtradb-cluster-operator:1.15.1
imagePullPolicy: Always
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
value: percona-xtradb-cluster-operator
- name: DISABLE_TELEMETRY
value: "false"
image: perconalab/percona-xtradb-cluster-operator:1.15.0
image: percona/percona-xtradb-cluster-operator:1.15.1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "1.15.0"
Version = "1.15.1"
)

0 comments on commit 9807f08

Please sign in to comment.