From 37338be747cd452baeee52b8df00952e87d72200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Thu, 26 Jan 2023 10:03:11 +0100 Subject: [PATCH] fix: new binaries version (#6101) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: cleanup-controller version Signed-off-by: Charles-Edouard Brétéché * fix: new binaries version Signed-off-by: Charles-Edouard Brétéché Signed-off-by: Charles-Edouard Brétéché Signed-off-by: Charles-Edouard Brétéché Co-authored-by: Jim Bugwadia --- .ko.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.ko.yaml b/.ko.yaml index 2128e378b8..c33771c501 100644 --- a/.ko.yaml +++ b/.ko.yaml @@ -18,3 +18,13 @@ builds: main: ./cmd/cleanup-controller ldflags: - '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}' + +- id: reports-controller + main: ./cmd/reports-controller + ldflags: + - '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}' + +- id: updaterequest-controller + main: ./cmd/updaterequest-controller + ldflags: + - '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'