Fix Helm chart OCI publish path to match original registry location#3635
Open
ChrisJBurns wants to merge 1 commit intomainfrom
Open
Fix Helm chart OCI publish path to match original registry location#3635ChrisJBurns wants to merge 1 commit intomainfrom
ChrisJBurns wants to merge 1 commit intomainfrom
Conversation
The helm-publish workflow was using github.repository_owner (stacklok) instead of github.repository (stacklok/toolhive) as the OCI path prefix, causing charts to publish to ghcr.io/stacklok/toolhive-operator instead of the original ghcr.io/stacklok/toolhive/toolhive-operator. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3635 +/- ##
==========================================
- Coverage 65.78% 65.71% -0.08%
==========================================
Files 411 411
Lines 40727 40727
==========================================
- Hits 26794 26763 -31
- Misses 11850 11880 +30
- Partials 2083 2084 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
danbarr
approved these changes
Feb 5, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
helm-publish.ymlworkflow was usinggithub.repository_owner(stacklok) instead ofgithub.repository(stacklok/toolhive) as the OCI registry path prefixghcr.io/stacklok/toolhive-operatorinstead of the originalghcr.io/stacklok/toolhive/toolhive-operatorreleaser-helm-charts.ymlworkflow that was replaced in Add unified Helm chart publishing to release workflow #3511Test plan
ghcr.io/stacklok/toolhive/toolhive-operatorghcr.io/stacklok/toolhive/toolhive-operator-crds🤖 Generated with Claude Code