Skip to content

Commit

Permalink
Add new version for mariadb
Browse files Browse the repository at this point in the history
Signed-off-by: pritamdas99 <[email protected]>
  • Loading branch information
pritamdas99 committed Dec 19, 2024
1 parent ecbba16 commit b195f04
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions content/post/kubedb-v2024.12.19/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,31 @@ spec:
version: 31.0.0
```

## MariaDB

### New version
We have added support for `MariaDB` versions `11.6.2`.
Here is a sample yaml for `MariaDB` version `11.6.2`

```yaml
apiVersion: kubedb.com/v1
kind: MariaDB
metadata:
name: mariadb-demo
namespace: demo
spec:
deletionPolicy: Delete
storage:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storageClassName: standard
storageType: Durable
version: 11.6.2
```

## Elasticsearch

### New Versions
Expand Down

0 comments on commit b195f04

Please sign in to comment.