ci: fix chart-release OCI 403 via repo-scoped namespace#6
Merged
prathamesh-sonpatki merged 1 commit intomainfrom Apr 20, 2026
Merged
ci: fix chart-release OCI 403 via repo-scoped namespace#6prathamesh-sonpatki merged 1 commit intomainfrom
prathamesh-sonpatki merged 1 commit intomainfrom
Conversation
chart-release workflow pushed to oci://ghcr.io/last9/charts which is owned by another repository (last9/charts). GITHUB_TOKEN from this repo lacks write permission there, causing 403 Forbidden on l9gpu blob uploads. Switch push target to oci://ghcr.io/last9/gpu-telemetry — the repo's own ghcr namespace — so the chart can be published without cross-repo package permissions. Also bump HELM_VERSION v3.14.0 -> v3.15.4 to match l9gpu chart build environment. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
prathamesh-sonpatki
added a commit
that referenced
this pull request
Apr 20, 2026
Bump l9gpu chart to 0.2.1 to re-publish with corrected OCI namespace (ghcr.io/last9/gpu-telemetry instead of ghcr.io/last9/charts) per #6. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 task
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
chart-releaseworkflow pushed chart tooci://ghcr.io/last9/chartswhich is owned by thelast9/chartsrepo. Cross-repoGITHUB_TOKENlacks write → 403 Forbidden on blob uploads forl9gpuchart (see failed run 24650331091).oci://ghcr.io/last9/gpu-telemetry— repo's own namespace, no cross-repo permissions needed.HELM_VERSIONv3.14.0→v3.15.4.Test plan
Chart.yamlto0.2.1and push new tagchart-v0.2.1to trigger workflow. Do NOT retag existingchart-v0.2.0.l9gpu-0.2.1.tgzand uploads to GitHub release.oci://ghcr.io/last9/gpu-telemetry/l9gpu:0.2.1with no 403.helm pull oci://ghcr.io/last9/gpu-telemetry/l9gpu --version 0.2.1succeeds.