Commit Graph

11 Commits (8ae95aece4b3a449f05f9183ee9b6382de6298d1)

Author SHA1 Message Date
Dan 317f4c59ad
Correct cilinium preflight charts
This changes the cilium preflight image format to match the one we use when consuming the image.
2022-08-31 11:58:36 -04:00
Manuel Buil 6e62c2be06 Update Cilium and remove the node-init daemonSet
Signed-off-by: Manuel Buil <mbuil@suse.com>
2022-08-17 17:56:11 +02:00
Roberto Bonafiglia 576a0d9e5a Updated cilium to 1.12.0
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>
2022-07-26 17:24:27 +02:00
Roberto Bonafiglia da84464275 Updated cilium chart to support IPv6 only config
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>
2022-06-16 17:12:29 +02:00
Manuel Buil 2a79081adc Update to cilium 1.11.5
Signed-off-by: Manuel Buil <mbuil@suse.com>
2022-05-24 10:07:43 +02:00
Manuel Buil e79aa5c225 Update Cilium to 1.11.4
Signed-off-by: Manuel Buil <mbuil@suse.com>
2022-05-06 10:32:57 +02:00
Manuel Buil f525894f98 Fix Cilium typo
Signed-off-by: Manuel Buil <mbuil@suse.com>
2022-04-11 15:54:46 +02:00
Manuel Buil 1420c033d1 Add automatic support for dual-stack
Signed-off-by: Manuel Buil <mbuil@suse.com>
2022-04-11 12:07:40 +02:00
Manuel Buil 8ae028906a Update Cilium to 1.11.2
Signed-off-by: Manuel Buil <mbuil@suse.com>
2022-03-15 10:31:36 +01:00
Manuel Buil c1de89a662 Change Cilium to consume all variables
Signed-off-by: Manuel Buil <mbuil@suse.com>
2022-03-14 17:14:12 +01:00
Jaime Caamaño Ruiz 3d1dedcf2b Add cilium chart
The chart is organized in subcharts to clearly delimit supported vs
non-supported customization options, as follows:

- The main rke2-cilium chart which only supplies supported customization
  options through its values.yaml.
- Cilium upstream chart is pulled in as a subchart dependency and is
  patched to support a system default registry as a global variable.
- A rke2-cilium-hard-defaults subchart which supplies cilium options
  that change from upstream defaults for which we don't intend to
  support any customization.

All cilium options are scoped & accessible, for example:
`helm install rke2-cilium --set cilium.preflight.enabled=true`

Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
2021-04-06 12:55:27 +02:00