Skip to content
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

Invalid tag version 20.4.0 [bitnami/redis] #30727

Closed
jascsch opened this issue Dec 3, 2024 · 2 comments
Closed

Invalid tag version 20.4.0 [bitnami/redis] #30727

jascsch opened this issue Dec 3, 2024 · 2 comments
Assignees
Labels
redis solved tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@jascsch
Copy link

jascsch commented Dec 3, 2024

Name and Version

bitnami/redis 20.4.0

What architecture are you using?

amd64

What steps will reproduce the bug?

Try to fetch the latest tag version for redis helm chart version 20.4.0 --> Error: invalid_reference: invalid tag
please note that version 20.3.0 works perfectly fine

Are you using any custom parameters or values?

No response

What is the expected behavior?

version tag 20.4.0 should work

What do you see instead?

Error: invalid_reference: invalid tag
please note that version 20.3.0 works perfectly fine

Additional information

image

@jascsch jascsch added the tech-issues The user has a technical issue about an application label Dec 3, 2024
@github-actions github-actions bot added the triage Triage is needed label Dec 3, 2024
@jascsch jascsch changed the title Invalid tag version 20.4.0 Invalid tag version 20.4.0 [bitnami/redis] Dec 3, 2024
@carrodher
Copy link
Member

As reported in helm/helm#13466, this problem stems from how the helm ... --repo ... command handles an index.yaml file containing OCI URLs.

Why is this issue appearing now?

Historically, Bitnami Helm charts were accessed by adding the Bitnami repository to the Helm CLI:

$ helm repo add bitnami https://charts.bitnami.com/bitnami

or by directly installing/pulling a specific Helm chart using the --repo flag:

$ helm pull --repo https://charts.bitnami.com/bitnami foo

In April 2023, Bitnami introduced support for the OCI format, recommending OCI-based installation as the primary method going forward. For example:

helm pull oci://registry-1.docker.io/bitnamicharts/external-dns --version 8.6.0

As detailed in our recent announcement and #30110, the traditional method is now being deprecated. Consequently, the index.yaml served at https://charts.bitnami.com/bitnami now uses OCI URLs, exposing the above mentioned issue in the Helm CLI's handling of these URLs.

@carrodher carrodher added the redis label Dec 3, 2024
@jascsch
Copy link
Author

jascsch commented Dec 3, 2024

thx a lot. I have changed the repo url to registry-1.docker.io/bitnamicharts which worked fine.

@jascsch jascsch closed this as completed Dec 3, 2024
@github-actions github-actions bot added the solved label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
redis solved tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

3 participants