Commit Graph

7 Commits (d1357dff1fa42f8d3ef0890eb044f19e19186e25)

Author SHA1 Message Date
Hidde Beydals 1ff24d9285 Add PATCH rule to crd-controller role for events
During high custom resource count / low interval tests, I was greated
with a `cannot patch resource "events"` message. This happened due to
event compaction, where it will perform a patch instead of a create.
By giving the role the permission to do so this should no longer pose
a problem.
Hidde Beydals 54b11e7b25 Update components
- source-controller to v0.0.7
- kustomize-controller to v0.0.7
- helm-controller to v0.0.1
- notification-controller to v0.0.6
stefanprodan 02521b6964 Add helm-controller to installer
stefanprodan e594350307 Add notification controller to tk components
stefanprodan 47c249e3be manifests: fix leader election rbac
stefanprodan b9a8100dbb manifests: add cluster reconciler RBAC and SA
stefanprodan 42d2ed51cb Add install manifests