26 lines
691 B
YAML
26 lines
691 B
YAML
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/helmfile.json
|
|
helmDefaults:
|
|
wait: true
|
|
waitForJobs: true
|
|
timeout: 600
|
|
recreatePods: true
|
|
force: true
|
|
|
|
repositories:
|
|
- name: cilium
|
|
url: https://helm.cilium.io
|
|
|
|
releases:
|
|
- name: cilium
|
|
namespace: kube-system
|
|
chart: cilium/cilium
|
|
version: 1.15.4
|
|
values: ["../../../apps/kube-system/cilium/app/resources/values.yml"]
|
|
wait: true
|
|
- name: spegel
|
|
namespace: kube-system
|
|
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
|
|
version: v0.0.21
|
|
values: ["../../../apps/kube-system/spegel/app/resources/values.yml"]
|
|
wait: true
|