The mysql chart actually deploys MariaDB via mariadb-operator, but was incorrectly named "mysql". Rename all references to use the correct "mariadb" name across the codebase. Changes: - Rename packages/apps/mysql -> packages/apps/mariadb - Rename packages/system/mysql-rd -> packages/system/mariadb-rd - Rename platform source and bundle references - Update CRD kind from MySQL to MariaDB - Update RBAC, e2e tests, backup controller tests - Keep real MySQL CLI/config tool names unchanged (mysqldump, [mysqld], etc.) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
7 lines
230 B
YAML
7 lines
230 B
YAML
apiVersion: v2
|
|
name: mariadb
|
|
description: Managed MariaDB service
|
|
icon: /logos/mariadb.svg
|
|
type: application
|
|
version: 0.0.0 # Placeholder, the actual version will be automatically set during the build process
|
|
appVersion: "11.0.2"
|