Reorganized for new stable/waypoint versioning design.

This commit is contained in:
2026-05-24 18:28:47 +00:00
parent 945d2225a2
commit bc7a168851
352 changed files with 1264 additions and 294 deletions

5
mysql/app.yaml Normal file
View File

@@ -0,0 +1,5 @@
name: mysql
is: mysql
description: MySQL is an open-source relational database management system
icon: https://www.mysql.com/common/logos/logo-mysql-170x115.png
latest: "9"

View File

@@ -1,15 +0,0 @@
name: mysql
is: mysql
description: MySQL is an open-source relational database management system
version: 9.1.0-1
icon: https://www.mysql.com/common/logos/logo-mysql-170x115.png
requires: []
defaultConfig:
namespace: mysql
host: mysql.mysql.svc.cluster.local
storage: 20Gi
dbName: mysql
user: mysql
defaultSecrets:
- key: rootPassword
- key: password

View File

@@ -0,0 +1,11 @@
version: 9.1.0-1
requires: []
defaultConfig:
namespace: mysql
host: mysql.mysql.svc.cluster.local
storage: 20Gi
dbName: mysql
user: mysql
defaultSecrets:
- key: rootPassword
- key: password