Skip to content

Commit ba2ec95

Browse files
Added helm charts (25.10.3)
1 parent 648eb78 commit ba2ec95

6 files changed

Lines changed: 55 additions & 18 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: 25.10.2
7+
version: 25.10.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: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,16 @@ spec:
344344
type: object
345345
logLevel:
346346
default: info
347-
description: LogLevel to be used n the Backup Job. It defaults to
347+
description: LogLevel to be used in the Backup Job. It defaults to
348348
'info'.
349+
enum:
350+
- debug
351+
- info
352+
- warn
353+
- error
354+
- dpanic
355+
- panic
356+
- fatal
349357
type: string
350358
mariaDbRef:
351359
description: MariaDBRef is a reference to a MariaDB object.
@@ -6703,7 +6711,7 @@ spec:
67036711
description: |-
67046712
PasswordHashSecretKeyRef is a reference to the password hash to be used by the initial User.
67056713
If the referred Secret is labeled with "enterprise.mariadb.com/watch", updates may be performed to the Secret in order to update the password hash.
6706-
It requires the 'skip-strict-password-validation' option to be set. See: https://mariadb.com/docs/server/ref/mdb/cli/mariadbd/strict-password-validation/.
6714+
It requires the 'strict-password-validation=false' option to be set. See: https://mariadb.com/docs/server/server-management/variables-and-modes/server-system-variables#strict_password_validation.
67076715
properties:
67086716
key:
67096717
type: string
@@ -6717,7 +6725,7 @@ spec:
67176725
passwordPlugin:
67186726
description: |-
67196727
PasswordPlugin is a reference to the password plugin and arguments to be used by the initial User.
6720-
It requires the 'skip-strict-password-validation' option to be set. See: https://mariadb.com/docs/server/ref/mdb/cli/mariadbd/strict-password-validation/.
6728+
It requires the 'strict-password-validation=false' option to be set. See: https://mariadb.com/docs/server/server-management/variables-and-modes/server-system-variables#strict_password_validation.
67216729
properties:
67226730
pluginArgSecretKeyRef:
67236731
description: |-
@@ -12507,6 +12515,19 @@ spec:
1250712515
description: Labels to be added to children resources.
1250812516
type: object
1250912517
type: object
12518+
logLevel:
12519+
default: info
12520+
description: LogLevel to be used in the PhysicalBackup Job. It defaults
12521+
to 'info'.
12522+
enum:
12523+
- debug
12524+
- info
12525+
- warn
12526+
- error
12527+
- dpanic
12528+
- panic
12529+
- fatal
12530+
type: string
1251012531
mariaDbRef:
1251112532
description: MariaDBRef is a reference to a MariaDB object.
1251212533
properties:
@@ -13186,6 +13207,14 @@ spec:
1318613207
format: int32
1318713208
minimum: 0
1318813209
type: integer
13210+
target:
13211+
description: Target defines in which Pod the physical backups will
13212+
be taken. It defaults to "Replica", meaning that the physical backups
13213+
will only be taken in ready replicas.
13214+
enum:
13215+
- Replica
13216+
- PreferReplica
13217+
type: string
1318913218
timeout:
1319013219
description: |-
1319113220
Timeout defines the maximum duration of a PhysicalBackup job or snapshot.
@@ -13655,6 +13684,14 @@ spec:
1365513684
default: info
1365613685
description: LogLevel to be used n the Backup Job. It defaults to
1365713686
'info'.
13687+
enum:
13688+
- debug
13689+
- info
13690+
- warn
13691+
- error
13692+
- dpanic
13693+
- panic
13694+
- fatal
1365813695
type: string
1365913696
mariaDbRef:
1366013697
description: MariaDBRef is a reference to a MariaDB object.
@@ -15136,7 +15173,7 @@ spec:
1513615173
description: |-
1513715174
PasswordHashSecretKeyRef is a reference to the password hash to be used by the User.
1513815175
If the referred Secret is labeled with "enterprise.mariadb.com/watch", updates may be performed to the Secret in order to update the password hash.
15139-
It requires the 'skip-strict-password-validation' option to be set. See: https://mariadb.com/docs/server/ref/mdb/cli/mariadbd/strict-password-validation/.
15176+
It requires the 'strict-password-validation=false' option to be set. See: https://mariadb.com/docs/server/server-management/variables-and-modes/server-system-variables#strict_password_validation.
1514015177
properties:
1514115178
key:
1514215179
type: string
@@ -15150,7 +15187,7 @@ spec:
1515015187
passwordPlugin:
1515115188
description: |-
1515215189
PasswordPlugin is a reference to the password plugin and arguments to be used by the User.
15153-
It requires the 'skip-strict-password-validation' option to be set. See: https://mariadb.com/docs/server/ref/mdb/cli/mariadbd/strict-password-validation/.
15190+
It requires the 'strict-password-validation=false' option to be set. See: https://mariadb.com/docs/server/server-management/variables-and-modes/server-system-variables#strict_password_validation.
1515415191
properties:
1515515192
pluginArgSecretKeyRef:
1515615193
description: |-
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: 25.10.2
5-
digest: sha256:92e181799f8b16a77f457651c2726ac8d5c9d6f84173995956f0493377bddc2a
6-
generated: "2025-11-14T10:21:58.392003717Z"
4+
version: 25.10.3
5+
digest: sha256:a5939ccc97e4ea9666f9d70b22d35339172f2ada6a0e364e725ba67604533471
6+
generated: "2025-12-19T11:33:16.465020259Z"

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: 25.10.2
8-
appVersion: "25.10.2"
7+
version: 25.10.3
8+
appVersion: "25.10.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: "25.10.2"
30+
version: "25.10.3"
3131
condition: crds.enabled
3232
repository: file://../mariadb-enterprise-operator-crds

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

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

3-
![Version: 25.10.2](https://img.shields.io/badge/Version-25.10.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 25.10.2](https://img.shields.io/badge/AppVersion-25.10.2-informational?style=flat-square)
3+
![Version: 25.10.3](https://img.shields.io/badge/Version-25.10.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 25.10.3](https://img.shields.io/badge/AppVersion-25.10.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 | 25.10.2 |
25+
| file://../mariadb-enterprise-operator-crds | mariadb-enterprise-operator-crds | 25.10.3 |
2626

2727
## Values
2828

@@ -72,7 +72,7 @@ Kubernetes: `>=1.26.0-0`
7272
| config.exporterMaxscaleImage | string | `"mariadb/maxscale-prometheus-exporter-ubi:1.1.0"` | Default MaxScale exporter image |
7373
| config.galeraLibPath | string | `"/usr/lib64/galera/libgalera_enterprise_smm.so"` | Galera Enterprise library path to be used with Galera |
7474
| config.mariadbDefaultVersion | string | `"11.8"` | Default MariaDB Enterprise version to be used when unable to infer it via image tag |
75-
| config.mariadbImage | string | `"docker.mariadb.com/enterprise-server:11.8.3-1"` | Default MariaDB Enterprise image |
75+
| config.mariadbImage | string | `"docker.mariadb.com/enterprise-server:11.8.5-2"` | Default MariaDB Enterprise image |
7676
| config.mariadbImageName | string | `"docker.mariadb.com/enterprise-server"` | Default MariaDB Enterprise image name |
7777
| config.maxscaleImage | string | `"docker.mariadb.com/maxscale:25.10.0"` | Default MaxScale Enterprise image |
7878
| crds | object | `{"enabled":false}` | CRDs |
@@ -107,7 +107,7 @@ Kubernetes: `>=1.26.0-0`
107107
| pprof.enabled | bool | `false` | Enable the pprof HTTP server. |
108108
| pprof.port | int | `6060` | The port where the pprof HTTP server listens. |
109109
| priorityClassName | string | `""` | priorityClassName to add to controller Pod |
110-
| rbac.aggregation.enabled | bool | `true` | Specifies whether the cluster roles aggrate to view and edit predefinied roles |
110+
| rbac.aggregation.enabled | bool | `true` | Specifies whether the cluster roles aggregate to view and edit predefinied roles |
111111
| rbac.enabled | bool | `true` | Specifies whether RBAC resources should be created |
112112
| resources | object | `{}` | Resources to add to controller container |
113113
| securityContext | object | `{}` | Security context to add to controller container |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ rbac:
6060
# -- Specifies whether RBAC resources should be created
6161
enabled: true
6262
aggregation:
63-
# -- Specifies whether the cluster roles aggrate to view and edit predefinied roles
63+
# -- Specifies whether the cluster roles aggregate to view and edit predefinied roles
6464
enabled: true
6565
# -- Extra arguments to be passed to the controller entrypoint
6666
extrArgs: []
@@ -319,7 +319,7 @@ config:
319319
# -- Default MariaDB Enterprise version to be used when unable to infer it via image tag
320320
mariadbDefaultVersion: "11.8"
321321
# -- Default MariaDB Enterprise image
322-
mariadbImage: docker.mariadb.com/enterprise-server:11.8.3-1
322+
mariadbImage: docker.mariadb.com/enterprise-server:11.8.5-2
323323
# -- Default MariaDB Enterprise image name
324324
mariadbImageName: docker.mariadb.com/enterprise-server
325325
# -- Default MaxScale Enterprise image

0 commit comments

Comments
 (0)