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
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"
Currently the Rasa Chart uses the following dependencies
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:
The text was updated successfully, but these errors were encountered: