Skip to content

Commit

Permalink
[pxc-db] Update to 1.16.1 bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
s10 committed Dec 27, 2024
1 parent aaca272 commit 8d62f4e
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.2.4
version: 0.2.5

# 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.16.0"
appVersion: "1.16.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 @@ -74,7 +74,7 @@ pause: false
initContainer:
image:
name: percona-xtradb-cluster-operator
tag: 1.16.0
tag: 1.16.1
override: null
resources:
requests:
Expand Down Expand Up @@ -326,15 +326,15 @@ haproxy:
initdb:
image:
name: percona/percona-xtradb-cluster-operator
tag: 1.16.0-pxc8.0-backup-pxb8.0.35
tag: 1.16.1-pxc8.0-backup-pxb8.0.35

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

0 comments on commit 8d62f4e

Please sign in to comment.