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 has stopped serving old chart versions #311

Open
0xhaven opened this issue Jun 3, 2022 · 3 comments
Open

Bitnami has stopped serving old chart versions #311

0xhaven opened this issue Jun 3, 2022 · 3 comments

Comments

@0xhaven
Copy link
Contributor

0xhaven commented Jun 3, 2022

For context see: bitnami/charts#10530
bitnami/charts#10539

The dependency versions pinned in https://github.com/StackStorm/stackstorm-k8s/blob/master/Chart.yaml#L30 no longer exist and will need to be updated to more recent charts.

Currently, helm is throwing the error:

helm dependency build` failed exit status 1: Error: can't get a valid version for repositories rabbitmq, mongodb, external-dns, redis. Try changing the version constraint in Chart.yaml

It looks like there was some work (#305) to update the redis chart pinned version, but that was aborted due to some initial issues.
We’ll need to restart that work to update dependencies for redis, and also rabbitmq, mongodb, external-dns in order to repair this helm chart.

@0xhaven
Copy link
Contributor Author

0xhaven commented Jun 3, 2022

For now, I have altered my forked chart to use a prior Bitnami index as suggested by bitnami/charts#10539
See forked Chart.yaml and diff commit here 0xhaven@4253402

This might be an acceptable short-term workaround for others running into this issue, but eventually the dependency versions should be updated, both to work with the main Bitnami repo and to include updates and security fixes to the outdated dependencies.

@cognifloyd
Copy link
Member

Could you please submit that commit as a PR? That will unblock other PRs. Then in separate follow-up PRs, we can upgrade each subchart and switch back to the primary index.
Thanks!

@0xhaven
Copy link
Contributor Author

0xhaven commented Jun 4, 2022

@cognifloyd Sure. It is just a temporary hacky workaround, but it can unblock things for now

#312

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants