mariadb: fix versions (#3760)

* mariadb: fix versions

* major only

* fix
This commit is contained in:
Stavros Kois
2025-12-03 14:16:28 +02:00
committed by GitHub
parent ef42e46969
commit 44ebe38050
3 changed files with 10 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
app_version: 12.1.2
app_version: 11.8.5
capabilities: []
categories:
- database
@@ -28,4 +28,4 @@ sources:
- https://hub.docker.com/_/mariadb
title: Mariadb
train: community
version: 1.0.20
version: 1.0.21

View File

@@ -1,11 +1,14 @@
images:
image:
repository: mariadb
tag: "12.1.2"
tag: "11.8.5"
container_utils_image:
repository: ixsystems/container-utils
tag: 1.0.2
v10_image:
repository: mariadb
tag: "10.11.15"
v12_image:
repository: mariadb
tag: "12.1.2"

View File

@@ -26,9 +26,11 @@ questions:
required: true
enum:
- value: "image"
description: MariaDB 11.7 Image
description: MariaDB v11 Image
- value: "v10_image"
description: MariaDB 10.11 Image
description: MariaDB v10 Image
- value: "v12_image"
description: MariaDB v12 Image
- variable: user
label: User
description: The database user.