You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/mariadb-enterprise-operator/installation/helm.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,15 @@ MariaDB Enterprise Kubernetes Operator is splitted into two different helm chart
13
13
*`mariadb-enterprise-operator-crds`: Bundles the [CustomResourceDefinitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) required by the operator.
14
14
*`mariadb-enterprise-operator`: Contains all the template manifests required to install the operator. Refer to the [operator helm values](helm.md#operator-helm-values) section for detailed information about the supported values.
15
15
16
+
## Long-Term Support Versions
17
+
18
+
MariaDB Enterprise Kubernetes Operator provides stable Long-Term Support (LTS) versions.
19
+
20
+
| Version | Supported Kubernetes Versions | Description | Latest Version |
Where: `--version "25.10.*"` installs the most recent available release within the 25.10 series.
51
+
35
52
## Installing the operator
36
53
37
54
The first step is to prepare a `values.yaml` file to specify your previously configured [customer credentials](../customer-access-to-docker-mariadb-com.md#customer-credentials):
0 commit comments