26 lines
665 B
YAML
26 lines
665 B
YAML
---
|
|
|
|
# This helmfile is for extracting and installing Custom Resource Definitions (CRDs) from Helm charts.
|
|
# It is not intended to be used with helmfile apply or helmfile sync.
|
|
|
|
helmDefaults:
|
|
args:
|
|
- --include-crds
|
|
- --no-hooks
|
|
|
|
releases:
|
|
- name: cloudflare-dns
|
|
namespace: network
|
|
chart: oci://ghcr.io/home-operations/charts-mirror/external-dns
|
|
version: 1.20.0
|
|
|
|
- name: envoy-gateway
|
|
namespace: network
|
|
chart: oci://mirror.gcr.io/envoyproxy/gateway-helm
|
|
version: v1.6.2
|
|
|
|
- name: kube-prometheus-stack
|
|
namespace: observability
|
|
chart: oci://ghcr.io/prometheus-community/charts/kube-prometheus-stack
|
|
version: 81.2.2
|