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 }}'