Skip to content

Commit

Permalink
Fix: Upgrade the mariadb operator to 0.0.27
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Mar 19, 2024
1 parent 7bd3447 commit 34a3356
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kustomize/mariadb-cluster/base/mariadb-galera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
galeraLibPath: /usr/lib/galera/libgalera_smm.so
replicaThreads: 1
agent:
image: ghcr.io/mariadb-operator/mariadb-operator:v0.0.26
image: ghcr.io/mariadb-operator/mariadb-operator:v0.0.27
port: 5555
kubernetesAuth:
enabled: true
Expand All @@ -67,7 +67,7 @@ spec:
podRecoveryTimeout: 3m
podSyncTimeout: 3m
initContainer:
image: ghcr.io/mariadb-operator/mariadb-operator:v0.0.26
image: ghcr.io/mariadb-operator/mariadb-operator:v0.0.27
config:
reuseStorageVolume: false
volumeClaimTemplate:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/mariadb-operator/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ helmCharts:
metrics:
enabled: true
includeCRDs: true
version: 0.26.0
version: 0.27.0
namespace: mariadb-system

0 comments on commit 34a3356

Please sign in to comment.