Skip to content

Commit

Permalink
feat: update mariadb to the latest stable release
Browse files Browse the repository at this point in the history
This change takes our build of mariadb to the latest stable release.

Co-Authored-By Luke Repko <[email protected]>
Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Dec 21, 2024
1 parent 0be0d6e commit 6b6373f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
generate: false
username: mariadb
database: mariadb
image: mariadb:10.11.7
image: docker-registry1.mariadb.com/library/mariadb:11.4.3

affinity:
nodeAffinity:
Expand Down
4 changes: 3 additions & 1 deletion bin/install-mariadb-operator.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
# shellcheck disable=SC2124,SC2145,SC2294

export VERSION="${VERSION:-0.36.0}"

# Default parameter value
CLUSTER_NAME=${1:-cluster.local}

Expand Down Expand Up @@ -32,7 +34,7 @@ HELM_CMD="helm upgrade --install mariadb-operator mariadb-operator --repo https:
--namespace=mariadb-system \
--create-namespace \
--timeout 120m \
--version 0.28.1 \
--version ${VERSION} \
--post-renderer /etc/genestack/kustomize/kustomize.sh \
--post-renderer-args mariadb-operator/overlay \
-f /opt/genestack/base-helm-configs/mariadb-operator/mariadb-operator-helm-overrides.yaml"
Expand Down

0 comments on commit 6b6373f

Please sign in to comment.