fix chart.yaml
This commit is contained in:
@@ -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:
|
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: |
|
artifacthub.io/crds: |
|
||||||
- kind: MySQLCluster
|
- kind: MySQLCluster
|
||||||
version: v1alpha1
|
version: v1alpha1
|
||||||
@@ -47,4 +17,34 @@ annotations:
|
|||||||
innodb-buffer-size: 128M
|
innodb-buffer-size: 128M
|
||||||
targetSLO:
|
targetSLO:
|
||||||
maxSlaveLatency: 10s
|
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
|
||||||
Reference in New Issue
Block a user