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

Redis chart older versions like 10.5.x are not available on current Bitnami repo #13

Open
mohamedmshokry opened this issue Mar 26, 2023 · 0 comments

Comments

@mohamedmshokry
Copy link

While following over I noticed that Redis chart used in the book tutorial is available when I tried to download the chart dependencies.
The error will appear like below:

[root@ks-master-0 helm_work_area]# helm dependency build Learn-Helm/helm-charts/charts/guestbook/ Hang tight while we grab the latest from your chart repositories... ...Successfully got an update from the "learnhelm" chart repository ...Successfully got an update from the "bitnami" chart repository ...Successfully got an update from the "bitnami-pre-2022" chart repository Update Complete. ⎈Happy Helming!⎈ Saving 1 charts Save error occurred: could not find : no matching version Error: could not find : no matching version
As per the Carlos comment here bitnami/charts#10545 (comment)
we need to adjust dependencies repository URL to be like beow:

dependencies:
  - name: redis
    version: 10.5.x
    repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami
@mohamedmshokry mohamedmshokry changed the title Redis chart older versions like 10.5.x are not available on current Bitnami chart repo Redis chart older versions like 10.5.x are not available on current Bitnami repo Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant