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

[bitnami/redis] Old chart version deleted? #10542

Closed
KraMorK opened this issue Jun 2, 2022 · 1 comment
Closed

[bitnami/redis] Old chart version deleted? #10542

KraMorK opened this issue Jun 2, 2022 · 1 comment
Assignees
Labels

Comments

@KraMorK
Copy link

KraMorK commented Jun 2, 2022

Name and Version

bitnami/redis:10.7.11

What steps will reproduce the bug?

$ helm search repo bitnami/redis --version 10
No results found

same problem with rabbitmq, no versions below 8.24.13
is this a temporary glitch, or a planned deletion? where can I download the old charts?

What is the expected behavior?

helm chart avalible

What do you see instead?

No results found

@carrodher
Copy link
Member

carrodher commented Jun 2, 2022

It is due to a recent change in the retention policy, the Helm charts were not deleted but the index.yaml was updated to keep Helm charts from the latest 6 months.

Please, take a look a this pinned issue #10539 to have more info about this change and some ways to use previous versions as usual by adding a previous index.yaml version to the helm client.

The index.yaml is stored in this repository under the index branch, users should be able to use any commit in that branch to add a previous version of the index.yaml.

  • Manually using helm repo add
$ helm repo add bitnami-pre-2022 https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami
"bitnami-pre-2022" has been added to your repositories
  • When used as a dependency in Chart.yaml:
  - name: postgresql
    version: 8.1.0
-   repository: https://charts.bitnami.com/bitnami
+   repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
    condition: postgresql.enabled

In order to consolidate the conversations and unify the effort, we will answer questions as well as any other communication in the above mentioned GH issue, closing the other ones.

@KraMorK KraMorK closed this as completed Jun 2, 2022
@github-actions github-actions bot added the triage Triage is needed label Aug 23, 2023
@javsalgar javsalgar changed the title Old chart version deleted? [bitnami/redis] Old chart version deleted? Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants