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.1
7+ version : 26.6.2
88appVersion : " 0.0.0"
99kubeVersion : " >=1.26.0-0"
1010maintainers :
Original file line number Diff line number Diff line change @@ -7672,6 +7672,15 @@ spec:
76727672 See: https://mariadb.com/docs/server/ha-and-performance/standard-replication/semisynchronous-replication
76737673 It is enabled by default
76747674 type: boolean
7675+ semiSyncWaitNoSlave:
7676+ description: |-
7677+ SemiSyncWaitNoSlave determines whether a node keeps waiting for an ACK when no replica is connected to it.
7678+ Setting it to false makes the node revert to asynchronous replication while no replica is connected, and switch back to
7679+ semi-synchronous as soon as one connects. This prevents stalls in nodes that cannot possibly be acknowledged.
7680+ If not provided, the server default (ON) applies.
7681+ It requires semi-synchronous replication to be enabled.
7682+ See: https://mariadb.com/docs/server/ha-and-performance/standard-replication/semisynchronous-replication#rpl_semi_sync_master_wait_no_slave
7683+ type: boolean
76757684 semiSyncWaitPoint:
76767685 description: |-
76777686 SemiSyncWaitPoint determines whether the transaction should wait for an ACK after having synced the binlog (AfterSync)
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.1
5- digest: sha256:33a089cd841a70dea3865b60263dd6055d3a57ef919f1f9684671424eeb0ea62
6- generated: "2026-07-30T13:05:06.677280557Z "
4+ version: 26.6.2
5+ digest: sha256:134700bf174989ec799f9f0ae6ece97f8b50dd7b89a958a5b5ffafa601ca1443
6+ generated: "2026-08-28T13:20:02.443818485Z "
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.1
8- appVersion : " 26.6.1 "
7+ version : 26.6.2
8+ appVersion : " 26.6.2 "
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.1 "
30+ version : " 26.6.2 "
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.1 ] ( https://img.shields.io/badge/Version-26.6.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 26.6.1 ] ( https://img.shields.io/badge/AppVersion-26.6.1 -informational?style=flat-square )
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 )
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.1 |
25+ | file://../mariadb-enterprise-operator-crds | mariadb-enterprise-operator-crds | 26.6.2 |
2626
2727## Values
2828
You can’t perform that action at this time.
0 commit comments