Skip to content

Commit

Permalink
fix / release v0.0.31 - missing annotation into the MariaDB statefulset
Browse files Browse the repository at this point in the history
Change-Id: I88397bd5645a2f5c664364176643e57ccfcb8bb6
  • Loading branch information
morucci committed Jun 6, 2024
1 parent 8d12a18 commit 97e3647
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions controllers/mariadb.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ GRANT ALL ON *.* TO root@'%%' WITH GRANT OPTION;`,

annotations := map[string]string{
"serial": "5",
"image": base.MariaDBImage(),
"limits": limitstr,
}
if r.cr.Spec.FluentBitLogForwarding != nil {
Expand Down
5 changes: 5 additions & 0 deletions doc/reference/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ All notable changes to this project will be documented in this file.
### Fixed
### Security

## [v0.0.31] - 2024-06-06
### Fixed

- MariaDB: Statefull update to 10.6

## [v0.0.30] - 2024-06-06
### Changed

Expand Down

0 comments on commit 97e3647

Please sign in to comment.