Skip to content

Commit

Permalink
[pxc-db] Update operator and CRDs to the minor 1.15.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
s10 committed Dec 18, 2024
1 parent 192d7e0 commit 6dabe4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions common/pxc-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.21
version: 0.1.22

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.15.0"
appVersion: "1.15.1"

dependencies:
- name: owner-info
Expand Down
6 changes: 3 additions & 3 deletions common/pxc-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pause: false
initContainer:
image:
name: percona/percona-xtradb-cluster-operator
tag: 1.15.0
tag: 1.15.1
override: null
resources:
requests:
Expand Down Expand Up @@ -325,15 +325,15 @@ haproxy:
initdb:
image:
name: percona/percona-xtradb-cluster-operator
tag: 1.15.0-pxc8.0-backup-pxb8.0.35
tag: 1.15.1-pxc8.0-backup-pxb8.0.35

backup:
enabled: false
annotations: {}
labels: {}
image:
name: percona/percona-xtradb-cluster-operator
tag: 1.15.0-pxc8.0-backup-pxb8.0.35
tag: 1.15.1-pxc8.0-backup-pxb8.0.35
override: null
imagePullPolicy: Always
backoffLimit: 1
Expand Down

0 comments on commit 6dabe4a

Please sign in to comment.