Files
auricom-home-cluster/kubernetes/bootstrap/apps/crds/helmfile.yaml
feisar-bot[bot] a290a59b9a ⬆️ Update ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 77.4.0 → 77.5.0 ) (#7420)
| datasource | package                                                   | from   | to     |
| ---------- | --------------------------------------------------------- | ------ | ------ |
| docker     | ghcr.io/prometheus-community/charts/kube-prometheus-stack | 77.4.0 | 77.5.0 |

Co-authored-by: feisar-bot[bot] <98277827+feisar-bot[bot]@users.noreply.github.com>
2025-09-03 12:39:37 +00:00

35 lines
1.0 KiB
YAML

---
# yaml-language-server: $schema=https://json.schemastore.org/helmfile
# This helmfile is for installing Custom Resource Definitions (CRDs) from Helm charts.
# It is not intended to be used with helmfile apply or sync.
helmDefaults:
args: ['--include-crds', '--no-hooks'] # Prevent helmfile apply or sync
releases:
- name: cloudflare-dns
namespace: network
chart: oci://ghcr.io/home-operations/charts-mirror/external-dns
version: 1.18.0
- name: external-secrets
namespace: external-secrets
chart: oci://ghcr.io/external-secrets/charts/external-secrets
version: 0.19.2
- name: gateway-api-crds
namespace: kube-system
chart: oci://ghcr.io/wiremind/wiremind-helm-charts/gateway-api-crds
version: 1.3.0
- name: keda
namespace: observability
chart: oci://ghcr.io/home-operations/charts-mirror/keda
version: 2.17.2
- name: kube-prometheus-stack
namespace: observability
chart: oci://ghcr.io/prometheus-community/charts/kube-prometheus-stack
version: 77.5.0