charts icon indicating copy to clipboard operation
charts copied to clipboard

[bitnami/grafana] Version 9.8.4 - 9.8.6 not available through OCI registry

Open lusu007 opened this issue 1 year ago • 3 comments

Name and Version

bitnami/grafana 9.8.4-9.8.6

What architecture are you using?

amd64

What steps will reproduce the bug?

  1. Try downloading the Grafana Chart using Bitnami's OCI registry (oci://registry-1.docker.io/bitnamicharts)
  2. Fails with the following error Error: could not download oci://registry-1.docker.io/bitnamicharts/grafana: registry-1.docker.io/bitnamicharts/grafana:9.8.4: not found

Are you using any custom parameters or values?

Not relevant for this issue

What is the expected behavior?

No response

What do you see instead?

The latest versions of the chart can't be used via the OCI registry. But they are available through HTTP. But all version are listed on https://artifacthub.io/packages/helm/bitnami/grafana

Additional information

No response

lusu007 avatar Feb 16 '24 21:02 lusu007

Now Renovate suggested updating to 9.8.18. But that version isn't available in this 3 and not listed on Artifathub as well.

Something seems to be broken in the release process.

lusu007 avatar Feb 16 '24 22:02 lusu007

We just received notice that 18.14.1 of the redis chart is available via the registry, but in the Git history, the last update bumps the version to 18.14.0 only? Where is the additional patch bump coming from?

meyfa avatar Feb 16 '24 22:02 meyfa

Thanks for reporting. Yes, it is an issue in our release process. Helm charts are being built, tested and released as usual but with the wrong version number and a different hostname for the registry (registry-1.docker.io instead of docker.io). Charts are totally functional, tested and secure as usual, but there has been some confusion with versions (the number itself) not the Helm chart as a package.

There are some related issues:

  • https://github.com/bitnami/charts/issues/23582
  • https://github.com/bitnami/charts/issues/23576
  • https://github.com/bitnami/charts/issues/23599
  • https://github.com/bitnami/charts/issues/23619

We are working on a fix (already in progress) to unify the versions between DockerHub and GitHub.

carrodher avatar Feb 19 '24 10:02 carrodher

As far as I can tell this issue is fixed and #23582, #23576, #23599 and #23619 as well.

lusu007 avatar Feb 26 '24 17:02 lusu007