Skip to content

Commit 3e5fad1

Browse files
Added helm charts (26.6.3)
1 parent 0df95ee commit 3e5fad1

5 files changed

Lines changed: 22 additions & 9 deletions

File tree

deploy/charts/mariadb-enterprise-operator-crds/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: MariaDB Enterprise Operator CRDs
44
home: https://github.com/mariadb-corporation/mariadb-enterprise-operator-helm
55
icon: https://operator.mariadb.com/assets/mariadb_profile.svg
66
type: application
7-
version: 26.6.2
7+
version: 26.6.3
88
appVersion: "0.0.0"
99
kubeVersion: ">=1.26.0-0"
1010
maintainers:

deploy/charts/mariadb-enterprise-operator-crds/templates/crds.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7664,6 +7664,19 @@ spec:
76647664
It requires semi-synchronous replication to be enabled.
76657665
See: https://mariadb.com/docs/server/ha-and-performance/standard-replication/semisynchronous-replication#rpl_semi_sync_master_timeout
76667666
type: string
7667+
semiSyncBootAsReplica:
7668+
description: |-
7669+
SemiSyncBootAsReplica determines whether a node boots read-only and with primary-side semi-synchronous replication
7670+
disabled, so that it is never writable while it is unable to require a replica acknowledgement.
7671+
Both read_only and rpl_semi_sync_master_enabled are dynamic global variables that do not survive a restart, so setting
7672+
this to true renders them as ON and OFF respectively in the configuration file. The operator then enables
7673+
primary-side semi-synchronous replication in the current primary and hands write traffic back to it, in this order.
7674+
Setting it to false renders rpl_semi_sync_master_enabled=ON and omits read_only, so every node boots as a writable
7675+
semi-synchronous primary.
7676+
See: https://mariadb.com/docs/maxscale/mariadb-maxscale-tutorials/failure-tolerant-replication-and-failover#enable-semi-synchronous-replication
7677+
It requires semi-synchronous replication to be enabled.
7678+
It is disabled by default.
7679+
type: boolean
76677680
semiSyncEnabled:
76687681
description: |-
76697682
SemiSyncEnabled determines whether semi-synchronous replication is enabled.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: mariadb-enterprise-operator-crds
33
repository: file://../mariadb-enterprise-operator-crds
4-
version: 26.6.2
5-
digest: sha256:134700bf174989ec799f9f0ae6ece97f8b50dd7b89a958a5b5ffafa601ca1443
6-
generated: "2026-08-28T13:20:02.443818485Z"
4+
version: 26.6.3
5+
digest: sha256:010c18d18d085889a7aabe7269d1d25e2027de61e1e2b2a8be1bc0eb418be52d
6+
generated: "2026-09-10T09:45:01.938053965Z"

deploy/charts/mariadb-enterprise-operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Run and operate MariaDB Enterprise in Kubernetes
44
home: https://github.com/mariadb-corporation/mariadb-enterprise-operator-helm
55
icon: https://operator.mariadb.com/assets/mariadb_profile.svg
66
type: application
7-
version: 26.6.2
8-
appVersion: "26.6.2"
7+
version: 26.6.3
8+
appVersion: "26.6.3"
99
kubeVersion: ">=1.26.0-0"
1010
maintainers:
1111
- email: operator@mariadb.com
@@ -27,6 +27,6 @@ keywords:
2727
- maxscale
2828
dependencies:
2929
- name: mariadb-enterprise-operator-crds
30-
version: "26.6.2"
30+
version: "26.6.3"
3131
condition: crds.enabled
3232
repository: file://../mariadb-enterprise-operator-crds

deploy/charts/mariadb-enterprise-operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mariadb-enterprise-operator
22

3-
![Version: 26.6.2](https://img.shields.io/badge/Version-26.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 26.6.2](https://img.shields.io/badge/AppVersion-26.6.2-informational?style=flat-square)
3+
![Version: 26.6.3](https://img.shields.io/badge/Version-26.6.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 26.6.3](https://img.shields.io/badge/AppVersion-26.6.3-informational?style=flat-square)
44

55
Run and operate MariaDB Enterprise in Kubernetes
66

@@ -22,7 +22,7 @@ Kubernetes: `>=1.26.0-0`
2222

2323
| Repository | Name | Version |
2424
|------------|------|---------|
25-
| file://../mariadb-enterprise-operator-crds | mariadb-enterprise-operator-crds | 26.6.2 |
25+
| file://../mariadb-enterprise-operator-crds | mariadb-enterprise-operator-crds | 26.6.3 |
2626

2727
## Values
2828

0 commit comments

Comments
 (0)