Skip to content

Commit a00f543

Browse files
authored
upgrade mariadb-operator and mariadb (#12)
* upgrade mariadb operator to 0.29 * upgrade mariadb to 11.4.2
1 parent 8642a5d commit a00f543

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- upgrade `mariadb-operator` to v0.29 and `mariadb` engine to 11.4
6+
57
## 0.3.0 (2024.07.24)
68

79
- added support for [`mariadb-operator`](./flux-modules/extras/mariadb/README.md)

flux-modules/extras/mariadb/deploy/mariadb-operator-helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
chart:
88
spec:
99
chart: mariadb-operator
10-
version: "0.28.1"
10+
version: "0.29.*"
1111
sourceRef:
1212
kind: HelmRepository
1313
name: mariadb-operator

flux-modules/extras/mariadb/deploy/mariadb-operator-helmrepo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ metadata:
44
name: mariadb-operator
55
spec:
66
interval: 1h
7-
url: https://mariadb-operator.github.io/mariadb-operator
7+
url: https://helm.mariadb.com/mariadb-operator

flux-modules/extras/mariadb/deploy/mariadb/mariadb_with_metrics.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ spec:
66
envFrom:
77
- configMapRef:
88
name: mariadb-config
9+
image: mariadb:11.4.2
910
metrics:
1011
enabled: true
1112
passwordSecretKeyRef:

0 commit comments

Comments
 (0)