You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: