From 80d9277eea06978b4444e97a90339ae74bd6a685 Mon Sep 17 00:00:00 2001 From: Artem Chernyshev Date: Thu, 27 Jun 2024 17:36:37 +0300 Subject: [PATCH] feat: bump service exposer version to 1.1.3 It will trigger reconfiguration on all existing cluster, but that's what we want. Signed-off-by: Artem Chernyshev --- .../omni/data/kube-service-exposer-config-patch.tmpl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/backend/runtime/omni/controllers/omni/data/kube-service-exposer-config-patch.tmpl.yaml b/internal/backend/runtime/omni/controllers/omni/data/kube-service-exposer-config-patch.tmpl.yaml index 790f3ffe..d8ab78fd 100644 --- a/internal/backend/runtime/omni/controllers/omni/data/kube-service-exposer-config-patch.tmpl.yaml +++ b/internal/backend/runtime/omni/controllers/omni/data/kube-service-exposer-config-patch.tmpl.yaml @@ -52,7 +52,7 @@ cluster: - operator: Exists containers: - name: omni-kube-service-exposer - image: ghcr.io/siderolabs/kube-service-exposer:v0.1.1 + image: ghcr.io/siderolabs/kube-service-exposer:v0.1.3 args: - --debug=false - --annotation-key={{ .AnnotationKey }}