-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: introduce JKubeConfiguration#pushRegistryConfig settings #3064
refactor: introduce JKubeConfiguration#pushRegistryConfig settings #3064
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #3064 (2024-05-16T17:52:11Z) ⚙️ JKube E2E Tests (9116754401)
|
Signed-off-by: Marc Nuri <[email protected]>
14cef06
to
19fcb86
Compare
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3064 +/- ##
=============================================
+ Coverage 59.36% 71.01% +11.65%
- Complexity 4586 5070 +484
=============================================
Files 500 488 -12
Lines 21211 19446 -1765
Branches 2830 2502 -328
=============================================
+ Hits 12591 13809 +1218
+ Misses 7370 4419 -2951
+ Partials 1250 1218 -32 ☔ View full report in Codecov by Sentry. |
…ead of pull The Docker/OCI registries used by the Helm Upload service were based on the configured global and pull registries. This was probably due to the fact that these registries were the only ones available from the JKubeConfiguration. Also because the name of the JKubeConfiguration field was misleading (see eclipse-jkube#3064). These changes replace the usage of the global and pull registries with the usage of the global and push registries. Signed-off-by: Marc Nuri <[email protected]>
…ead of pull The Docker/OCI registries used by the Helm Upload service were based on the configured global and pull registries. This was probably due to the fact that these registries were the only ones available from the JKubeConfiguration. Also because the name of the JKubeConfiguration field was misleading (see #3064). These changes replace the usage of the global and pull registries with the usage of the global and push registries. Signed-off-by: Marc Nuri <[email protected]>
Description
Relates to #2098
Type of change
test, version modification, documentation, etc.)
Checklist