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

Rasa Chart currently requires Bitnami Charts that are no longer available #119

Open
laberning opened this issue Feb 24, 2023 · 0 comments
Open

Comments

@laberning
Copy link

Currently the Rasa Chart uses the following dependencies

Repository Name Version
https://charts.bitnami.com/bitnami postgresql ~10.16.2
https://charts.bitnami.com/bitnami rabbitmq ~8.32.2
https://charts.bitnami.com/bitnami redis ~15.7.6

All those are no longer available, so a helm dependency update fails with unmatchable requirements.

Updating the Charts to the versions below works, but requires tweaking the postgresql configuration a bit, since the name and defaults for keys in the secrets have changed with the new bitnami charts:

postgresql:
  ...
  # used to be "postgresql-password" in older versions of the bitnami charts
  existingSecretKey: postgres-password
  auth:
    username: "postgres"
    database: "rasa"
Repository Name Version
https://charts.bitnami.com/bitnami postgresql ~12.2.1
https://charts.bitnami.com/bitnami rabbitmq ~11.10.0
https://charts.bitnami.com/bitnami redis ~17.8.0
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

1 participant