Skip to content

Commit f2ee497

Browse files
Updated docs
1 parent 6e4a6e0 commit f2ee497

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

tools/mariadb-enterprise-operator/installation/helm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ Refer to the [operator helm values](helm.md#operator-helm-values) section for de
7171

7272
MariaDB Enterprise Kubernetes Operator provides stable Long-Term Support (LTS) versions.
7373

74-
| Version | Supported Kubernetes Versions | Description | Latest Version |
75-
|---------|------------------------------|-------------|--------------|
76-
| `25.10` | `>=1.32.0-0 <= 1.34.0-0` | LTS 25.10. It was tested to work up to kubernetes v1.34. | `25.10.0` |
74+
| Version | Supported Kubernetes Versions | Description |
75+
|---------|------------------------------|-------------|
76+
| `25.10` | `>=1.32.0-0 <= 1.34.0-0` | LTS 25.10. It was tested to work up to kubernetes v1.34. |
7777

7878
If you instead wish to install a specific LTS release, you can do:
7979

@@ -119,7 +119,7 @@ Make sure you read and understand the [updates documentation](../updates.md) bef
119119
{% endhint %}
120120

121121
{% hint style="warning" %}
122-
To install a Long-Term Support (LTS) version instead, replace `<new-version>` with your desired LTS release.
122+
To install a [Long-Term Support (LTS)](#long-term-support-versions) version instead, replace `<new-version>` with your desired LTS release.
123123
For example: `--version "25.10.*"` will automatically install the latest available patch within that LTS series.
124124
{% endhint %}
125125

tools/mariadb-enterprise-operator/installation/openshift.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ spec:
103103

104104
We maintain support across a variety of OpenShift channels to ensure compatibility with different release schedules and stability requirements. Below, you will find an overview of the specific OpenShift channels we support.
105105

106-
| Channel | Supported OpenShift Versions | Description | Latest Image |
107-
|---------|------------------------------|-------------|--------------|
108-
| `stable` | 4.19, 4.18, 4.17, 4.16 | Points to the latest stable version of the operator. This channel may span multiple major versions. **This is the recommended option.** | `mariadb-enterprise-operator:25.8.1-1` |
109-
| `stable-v25.10` | 4.19, 4.18, 4.17, 4.16 | v25.10.x is an LTS release. This channel points to the latest **patch** release of 25.10. Use this if you require version pinning to a stable version of the operator without necessarily looking for newer features. | `mariadb-enterprise-operator:25.10.0` |
106+
| Channel | Supported OpenShift Versions | Description |
107+
|---------|------------------------------|-------------|
108+
| `stable` | 4.18, 4.16 | Points to the latest stable version of the operator. This channel may span multiple major versions. | `mariadb-enterprise-operator:25.8.1-1` |
109+
| `stable-v25.10` | 4.18, 4.16 | v25.10.x is an LTS release. This channel points to the latest **patch** release of 25.10. Use this if you require version pinning to a stable version of the operator without necessarily looking for newer features. |
110110

111111
An example Subscription would look like this:
112112

0 commit comments

Comments
 (0)