theshire/kubernetes/bootstrap/talos/apps/helmfile.yaml

19 lines
581 B
YAML
Raw Normal View History

2024-03-19 12:37:21 -05:00
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/helmfile.json
repositories:
- name: cilium
url: https://helm.cilium.io
releases:
- name: cilium
namespace: kube-system
chart: cilium/cilium
2024-04-11 20:01:02 -05:00
version: 1.15.4
2024-03-19 12:37:21 -05:00
values: ["../../../apps/kube-system/cilium/app/helm-values.yaml"]
wait: true
- name: spegel
namespace: kube-system
chart: oci://ghcr.io/xenitab/helm-charts/spegel
version: v0.0.18
values: ["../../../apps/kube-system/spegel/app/helm-values.yaml"]
wait: true