Skip to content

Commit 97e3647

Browse files
committed
fix / release v0.0.31 - missing annotation into the MariaDB statefulset
Change-Id: I88397bd5645a2f5c664364176643e57ccfcb8bb6
1 parent 8d12a18 commit 97e3647

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

controllers/mariadb.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ GRANT ALL ON *.* TO root@'%%' WITH GRANT OPTION;`,
272272

273273
annotations := map[string]string{
274274
"serial": "5",
275+
"image": base.MariaDBImage(),
275276
"limits": limitstr,
276277
}
277278
if r.cr.Spec.FluentBitLogForwarding != nil {

doc/reference/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ All notable changes to this project will be documented in this file.
1010
### Fixed
1111
### Security
1212

13+
## [v0.0.31] - 2024-06-06
14+
### Fixed
15+
16+
- MariaDB: Statefull update to 10.6
17+
1318
## [v0.0.30] - 2024-06-06
1419
### Changed
1520

0 commit comments

Comments
 (0)