diff --git a/clusters/cl01tl/storage/mysql-operator/Chart.yaml b/clusters/cl01tl/storage/mysql-operator/Chart.yaml new file mode 100644 index 000000000..416c4be2e --- /dev/null +++ b/clusters/cl01tl/storage/mysql-operator/Chart.yaml @@ -0,0 +1,11 @@ +apiVersion: v2 +name: mysql-operator +version: 1.0.0 +sources: + - https://github.com/mysql/mysql-operator + - https://github.com/mysql/mysql-operator/tree/trunk/helm/mysql-operator +dependencies: + - name: mysql-operator + version: 2.1.3 + repository: https://mysql.github.io/mysql-operator/ +appVersion: "8.4.0-2.1.3"