From 9064a72c927ec960e82583416ac0aada28a881f6 Mon Sep 17 00:00:00 2001 From: Timofei Larkin Date: Tue, 4 Nov 2025 14:30:52 +0300 Subject: [PATCH] [vpc] Install Multus by default ## What this PR does The recent patch introducing VPCs in Cozystack did not include enabling Multus, which is a dependency for this feature. This patch enables Multus by default in the paas-full bundles. ### Release-note ```release-note [vpc] Enable Multus by default as a necessary dependency for VPCs. ``` Signed-off-by: Timofei Larkin --- packages/core/platform/bundles/paas-full.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/core/platform/bundles/paas-full.yaml b/packages/core/platform/bundles/paas-full.yaml index 2322aee2..4382bd62 100644 --- a/packages/core/platform/bundles/paas-full.yaml +++ b/packages/core/platform/bundles/paas-full.yaml @@ -76,6 +76,13 @@ releases: namespace: cozy-kubeovn dependsOn: [cilium,kubeovn] +- name: multus + releaseName: multus + chart: cozy-multus + namespace: cozy-multus + privileged: true + dependsOn: [cilium,kubeovn] + - name: cozy-proxy releaseName: cozystack chart: cozy-cozy-proxy