-
Notifications
You must be signed in to change notification settings - Fork 523
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
fix: helm push uses configured docker global and push registries instead of pull #3067
Conversation
…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]>
Eclipse JKube CI ReportStarted new GH workflow run for #3067 (2024-05-17T06:53:02Z) ⚙️ JKube E2E Tests (9123296161)
|
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3067 +/- ##
=============================================
+ Coverage 59.36% 71.00% +11.63%
- Complexity 4586 5069 +483
=============================================
Files 500 488 -12
Lines 21211 19445 -1766
Branches 2830 2502 -328
=============================================
+ Hits 12591 13806 +1215
+ Misses 7370 4421 -2949
+ Partials 1250 1218 -32 ☔ View full report in Codecov by Sentry. |
Description
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.
Type of change
test, version modification, documentation, etc.)
Checklist