Skip to content

Commit 0df95ee

Browse files
Added helm charts (26.6.2)
1 parent f38ccb9 commit 0df95ee

5 files changed

Lines changed: 18 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.1
7+
version: 26.6.2
88
appVersion: "0.0.0"
99
kubeVersion: ">=1.26.0-0"
1010
maintainers:

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
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.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"

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.1
8-
appVersion: "26.6.1"
7+
version: 26.6.2
8+
appVersion: "26.6.2"
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.1"
30+
version: "26.6.2"
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.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

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.1 |
25+
| file://../mariadb-enterprise-operator-crds | mariadb-enterprise-operator-crds | 26.6.2 |
2626

2727
## Values
2828

0 commit comments

Comments
 (0)