charts icon indicating copy to clipboard operation
charts copied to clipboard

[bitnami/redis] bitnamicharts/redis has tag to `18.14.2` but charts highest version is `18.14.0`

Open DerRockWolf opened this issue 1 year ago • 2 comments

Name and Version

bitnami/redis 18.14.0

What architecture are you using?

arm64

What steps will reproduce the bug?

I'm using renovatebot to bump the chart versions, that's how I've noticed it.

Renovate currently tries to bump the chart version to 18.14.2 which is an existing tag in the docker registry. The latest version of the Chart.yaml however points to 18.14.0.

What is the expected behavior?

I would expect the tags in the docker registry to correlate with the versions specified in the Chart.yaml files.

What do you see instead?

See above.

DerRockWolf avatar Feb 17 '24 09:02 DerRockWolf

We see the same for external-dns. The only chart version for 6.33 on docker hub is 6.33.3, however the chart version in the repo is 6.33.0: https://hub.docker.com/r/bitnamicharts/external-dns/tags?page=1&name=6.33

We also cache the images so we noticed that external-dns 6.33.3 uses image registry-1.docker.io/bitnami/external-dns:0.14.0-debian-11-r26 while the chart specifies docker.io/bitnami/external-dns:0.14.0-debian-11-r9.

rouke-broersma avatar Feb 19 '24 09:02 rouke-broersma

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

is the registry change expected? docker.io => registry-1.docker.io

viceice avatar Feb 20 '24 14:02 viceice

is the registry change expected? docker.io => registry-1.docker.io

That change was produced by this issue, although it does not affect Helm chart operations, we will revert the changes.

carrodher avatar Feb 20 '24 16:02 carrodher

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

github-actions[bot] avatar Mar 07 '24 01:03 github-actions[bot]

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

github-actions[bot] avatar Mar 12 '24 01:03 github-actions[bot]

Has this been solved @carrodher?

DerRockWolf avatar Mar 17 '24 19:03 DerRockWolf

Yes, the latest version is the same in

  • GitHub: https://github.com/bitnami/charts/blob/53aca51120f86086e6780dc0453b93fbf49766b4/bitnami/redis/Chart.yaml#L39
  • DockerHub: https://hub.docker.com/layers/bitnamicharts/redis/18.19.2/images/sha256-d681d7e587c6b623d596e0b02727465ad0e7b974a405e766cca03443038ebdc2?context=explore

carrodher avatar Mar 17 '24 23:03 carrodher