forked from openshift/ci-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update controller-runtime to fix source.Channel
We need kubernetes-sigs/controller-runtime#1345, otherwise souce.Channel doesn't do anything which renders the promotion_job_creator useless as it never gets triggered.
- Loading branch information
1 parent
dfca211
commit 111c453
Showing
7 changed files
with
132 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 15 additions & 11 deletions
26
vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
28 changes: 18 additions & 10 deletions
28
vendor/sigs.k8s.io/controller-runtime/pkg/manager/internal.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
14 changes: 10 additions & 4 deletions
14
vendor/sigs.k8s.io/controller-runtime/pkg/source/source.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.