File tree Expand file tree Collapse file tree
mariadb-enterprise-operator-crds
mariadb-enterprise-operator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: MariaDB Enterprise Operator CRDs
44home : https://github.com/mariadb-corporation/mariadb-enterprise-operator-helm
55icon : https://operator.mariadb.com/assets/mariadb_profile.svg
66type : application
7- version : 26.6.2
7+ version : 26.6.3
88appVersion : " 0.0.0"
99kubeVersion : " >=1.26.0-0"
1010maintainers :
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 11dependencies:
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 "
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ description: Run and operate MariaDB Enterprise in Kubernetes
44home : https://github.com/mariadb-corporation/mariadb-enterprise-operator-helm
55icon : https://operator.mariadb.com/assets/mariadb_profile.svg
66type : application
7- version : 26.6.2
8- appVersion : " 26.6.2 "
7+ version : 26.6.3
8+ appVersion : " 26.6.3 "
99kubeVersion : " >=1.26.0-0"
1010maintainers :
1111 - email : operator@mariadb.com
@@ -27,6 +27,6 @@ keywords:
2727 - maxscale
2828dependencies :
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
Original file line number Diff line number Diff line change 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
55Run 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
You can’t perform that action at this time.
0 commit comments