From 2103ac0815b4e5fad429c631799caa962d747a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Mon, 23 Jan 2023 14:13:37 +0200 Subject: [PATCH] Exclude metallb-system from image tag mutation --- app/harbor-operator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/harbor-operator.py b/app/harbor-operator.py index ff6d676..619a624 100755 --- a/app/harbor-operator.py +++ b/app/harbor-operator.py @@ -15,6 +15,7 @@ mutation_excluded_namespaces = set([ "kube-system", # kube-proxy hosted here "tigera-operator", "calico-system", + "metallb-system", # Do not fiddle with CSI stuff "longhorn-system",