From 3d03597a89c29baae11991e1e9c25e87bcbf20a6 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 8 Jul 2022 00:20:37 +0200 Subject: [PATCH] revert "chore(deps): update helm release metallb to v0.13.2" Turns out there are unexpected structural changes in this upgrade that we need to address separately. It requires to deploy a CR after successful deployment, which means we'll have to move the helm chart to bootstrape of work around this in another way. --- infrastructure/metallb/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/metallb/release.yaml b/infrastructure/metallb/release.yaml index 1598fb664..58fe8eee1 100644 --- a/infrastructure/metallb/release.yaml +++ b/infrastructure/metallb/release.yaml @@ -12,7 +12,7 @@ spec: kind: HelmRepository name: metallb namespace: metallb-system - version: 0.13.2 + version: 0.12.1 interval: 5m install: crds: CreateReplace -- GitLab