27 lines
702 B
YAML
27 lines
702 B
YAML
---
|
|
helmDefaults:
|
|
wait: true
|
|
waitForJobs: true
|
|
timeout: 600
|
|
|
|
releases:
|
|
- name: cilium
|
|
namespace: kube-system
|
|
chart: oci://quay.io/cilium/charts/cilium
|
|
version: 1.18.6
|
|
values: ["templates/values.yaml.gotmpl"]
|
|
|
|
- name: flux-operator
|
|
namespace: flux-system
|
|
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
|
|
version: 0.40.0
|
|
values: ["templates/values.yaml.gotmpl"]
|
|
createNamespace: true
|
|
needs: ["kube-system/cilium"]
|
|
|
|
- name: flux-instance
|
|
namespace: flux-system
|
|
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
|
|
version: 0.40.0
|
|
needs: ["flux-system/flux-operator"]
|
|
values: ["templates/values.yaml.gotmpl"] |