Skip to content

Commit

Permalink
Moving from master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Apr 21, 2021
1 parent f4ac5b3 commit 789db79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/provided-kamelets.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ As we move forward, we may want to build together a Catalog of curated Kamelets
There's a procedure to embed Kamelets in the operator, but it's not used.

The current implementation currently looks up Kamelets in the current namespace first, then in the operator namespace (in case it's different), then
it does a lookup on the `master` branch in https://github.com/apache/camel-kamelets to search for a specific Kamelet when used.
it does a lookup on the `main` branch in https://github.com/apache/camel-kamelets to search for a specific Kamelet when used.
This causes problems because it's not difficult to hit rate limiting on using the Github APIs. There's a cache to avoid too many requests, but it's not always sufficient.

== Proposal
Expand Down

0 comments on commit 789db79

Please sign in to comment.