Fancy helmfile, thanks Devin!
This commit is contained in:
parent
2d8ff2a0aa
commit
1baad25053
1 changed files with 19 additions and 0 deletions
19
kubernetes/bootstrap/talos/apps/helmfile.yaml
Normal file
19
kubernetes/bootstrap/talos/apps/helmfile.yaml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
---
|
||||||
|
# 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
|
||||||
|
version: 1.15.2
|
||||||
|
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
|
Loading…
Reference in a new issue