23 lines
		
	
	
		
			619 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			619 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: v2
 | 
						|
name: mysql-operator
 | 
						|
version: 1.0.0
 | 
						|
description: MySQL Operator
 | 
						|
keywords:
 | 
						|
  - mysql-operator
 | 
						|
  - mysql
 | 
						|
  - operator
 | 
						|
  - kubernetes
 | 
						|
home: ""
 | 
						|
sources:
 | 
						|
  - https://github.com/mysql/mysql-operator
 | 
						|
  - https://container-registry.oracle.com/ords/ocr/ba/mysql/community-operator
 | 
						|
  - https://github.com/mysql/mysql-operator/tree/trunk/helm/mysql-operator
 | 
						|
maintainers:
 | 
						|
  - name: alexlebens
 | 
						|
dependencies:
 | 
						|
  - name: mysql-operator
 | 
						|
    version: 2.1.3
 | 
						|
    repository: https://mysql.github.io/mysql-operator/
 | 
						|
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/mysql.png
 | 
						|
appVersion: 8.4.0-2.1.3
 |