Skip to content

v1.3.8

Compare
Choose a tag to compare
@elenz97 elenz97 released this 04 Mar 16:20
· 78 commits to master since this release
b31139f
fix controller requeues, rbac (#79)

* fix controller requeues, rbac

- drop obsolete requeues
- add rbac verb to allow deletion on `secret` & `configmap` resources
- drop the `controllers/registries/internal/mocks` pkg, use `controller-runtime`'s `fake` client instead
- iron out duplicate and bulky imports
- helm-chart: create serviceAccount by default

* fix controller-gen target