From 84a03a6eac07e25bf2ccb4d3a205675acaf4232c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 14 Apr 2025 14:38:42 +0200 Subject: [PATCH] fix chart.yaml --- deploy/mysql-operator/Chart.yaml | 62 ++++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/deploy/mysql-operator/Chart.yaml b/deploy/mysql-operator/Chart.yaml index f1957bb..3bc20d3 100644 --- a/deploy/mysql-operator/Chart.yaml +++ b/deploy/mysql-operator/Chart.yaml @@ -1,34 +1,4 @@ -apiVersion: v2 -name: mysql-operator -description: A helm chart for Bitpoke Operator for MySQL -appVersion: "latest" -keywords: - - mysql - - percona - - orchestrator - - bitpoke - - database -version: "0.0.0" -home: https://www.bitpoke.io/mysql-operator/ -sources: - - https://github.com/bitpoke/mysql-operator.git annotations: - artifacthub.io/license: "Apache-2.0" - artifacthub.io/operator: "true" - artifacthub.io/operatorCapabilities: "full lifecycle" - artifacthub.io/images: | - - name: mysql-operator - image: docker.io/bitpoke/mysql-operator:latest - whitelisted: true - - name: orchestrator - image: docker.io/bitpoke/mysql-operator-orchestrator:latest - whitelisted: true - - name: mysql-5.7-sidecar - image: docker.io/bitpoke/mysql-operator-sidecar-5.7:latest - whitelisted: true - - name: mysql-8.0-sidecar - image: docker.io/bitpoke/mysql-operator-sidecar-8.0:latest - whitelisted: true artifacthub.io/crds: | - kind: MySQLCluster version: v1alpha1 @@ -47,4 +17,34 @@ annotations: innodb-buffer-size: 128M targetSLO: maxSlaveLatency: 10s - + artifacthub.io/images: | + - name: mysql-operator + image: docker.io/bitpoke/mysql-operator:v0.6.3 + whitelisted: true + - name: orchestrator + image: docker.io/bitpoke/mysql-operator-orchestrator:v0.6.3 + whitelisted: true + - name: mysql-5.7-sidecar + image: docker.io/bitpoke/mysql-operator-sidecar-5.7:v0.6.3 + whitelisted: true + - name: mysql-8.0-sidecar + image: docker.io/bitpoke/mysql-operator-sidecar-8.0:v0.6.3 + whitelisted: true + artifacthub.io/license: Apache-2.0 + artifacthub.io/operator: "true" + artifacthub.io/operatorCapabilities: full lifecycle +apiVersion: v2 +appVersion: v0.6.3 +description: A helm chart for Bitpoke Operator for MySQL +home: https://www.bitpoke.io/mysql-operator/ +keywords: +- mysql +- percona +- orchestrator +- bitpoke +- database +kubeVersion: '>= 1.19.0-0' +name: mysql-operator +sources: +- https://github.com/bitpoke/mysql-operator.git +version: 0.6.3 \ No newline at end of file