-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Comments
For now, I have altered my forked chart to use a prior Bitnami index as suggested by bitnami/charts#10539 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. |
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. |
@cognifloyd Sure. It is just a temporary hacky workaround, but it can unblock things for now |
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:
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.
The text was updated successfully, but these errors were encountered: