32 lines
		
	
	
		
			976 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			976 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: v2
 | 
						|
name: ghost
 | 
						|
version: 1.0.0
 | 
						|
description: Ghost
 | 
						|
keywords:
 | 
						|
  - ghost
 | 
						|
  - cms
 | 
						|
  - blog
 | 
						|
home: ""
 | 
						|
sources:
 | 
						|
  - https://github.com/TryGhost/Ghost
 | 
						|
  - https://github.com/cloudflare/cloudflared
 | 
						|
  - https://dev.mysql.com/doc/mysql-operator/en/
 | 
						|
  - https://hub.docker.com/r/bitnami/ghost
 | 
						|
  - https://github.com/bitnami/charts/tree/main/bitnami/ghost
 | 
						|
  - https://github.com/alexlebens/helm-charts/tree/main/charts/cloudflared
 | 
						|
  - https://github.com/alexlebens/helm-charts/tree/main/charts/mysql-cluster
 | 
						|
dependencies:
 | 
						|
  - name: ghost
 | 
						|
    repository: oci://registry-1.docker.io/bitnamicharts
 | 
						|
    version: 21.1.8
 | 
						|
  - name: cloudflared
 | 
						|
    alias: cloudflared
 | 
						|
    repository: http://alexlebens.github.io/helm-charts
 | 
						|
    version: 1.2.0
 | 
						|
  - name: mysql-cluster
 | 
						|
    alias: mysql-8-cluster
 | 
						|
    version: 0.2.1
 | 
						|
    repository: http://alexlebens.github.io/helm-charts
 | 
						|
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/ghost.png
 | 
						|
appVersion: 5.85.0-debian-12-r0
 |