Skip to content

fix sed command in index-update workflow not properly replacing the tag for OCI registries#1060

Open
dejanzele wants to merge 1 commit into
mainfrom
fix/sed-command-in-ci
Open

fix sed command in index-update workflow not properly replacing the tag for OCI registries#1060
dejanzele wants to merge 1 commit into
mainfrom
fix/sed-command-in-ci

Conversation

@dejanzele
Copy link
Copy Markdown
Contributor

Pull request description

Fixes the index update workflow to correctly format OCI URLs for all chart versions, not just the one being added.

Problem

When helm repo index merges entries, it creates malformed OCI URLs. The old sed command had issues and wasn't properly updating the indexes.

Example of malformed URL:

oci://us-east1-docker.pkg.dev/testkube-cloud-372110/testkube/testkube-2.4.0.tgz

Should be:

oci://us-east1-docker.pkg.dev/testkube-cloud-372110/testkube/testkube:2.4.0

Checklist (choose whats happened)

  • breaking change! (describe)
  • tested locally
  • tested on cluster
  • added new dependencies
  • updated the docs
  • added a test

Breaking changes

Changes

Fixes

…ag for OCI registries

Signed-off-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com>
@dejanzele dejanzele requested a review from a team as a code owner November 7, 2025 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants