mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 00:54:26 +00:00
10 lines
222 B
YAML
10 lines
222 B
YAML
# /apps/base/ghost/repository.yaml
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: bitnami
|
|
namespace: ghost
|
|
spec:
|
|
interval: 24h
|
|
type: oci
|
|
url: oci://registry-1.docker.io/bitnamicharts |