mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fix: new binaries version (#6101)
* fix: cleanup-controller version Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix: new binaries version Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com> Co-authored-by: Jim Bugwadia <jim@nirmata.com>
This commit is contained in:
parent
d6aee3bed9
commit
37338be747
1 changed files with 10 additions and 0 deletions
10
.ko.yaml
10
.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 }}'
|
||||
|
|
Loading…
Reference in a new issue