-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
fix(helm): Updated Chart.yaml with the latest versions of postgresql and redis for superset #22503
Conversation
@craig-rueda When are you planning to merge this pull request? |
Soon? 🤣 |
Looks like some checks are still failing. |
Updated README.md with required documentation details. |
Pls take a look at the failed checks. Looks like the issue isn't the readme, but rather helm docs |
@craig-rueda could you please help me to resolve the failed checks? I cannot understand why it is failing and which file(s) need to be updated to fix it. Thanks |
Closing in favor of #22590 Bumps linters and updates inline docs ☝️ |
Title
fix(helm chart): Updated Chart.yaml with the latest versions of PostgreSQL and Redis for the superset
SUMMARY
Chart versions for PostgreSQL and Redis were outdated causing the
helm dependency build
to fail.Updated these charts versions for the latest ones, which supports the build and solves the issue.
Before pushing this commit, changes have been tested on the local system, and also tried deploying the updated charts or local Kubernetes cluster (created using r3d)
TESTING INSTRUCTIONS
Following the commands mentioned here to test out the changes
https://superset.apache.org/docs/installation/installing-superset-from-scratch#installing-superset-with-helm-in-kubernetes
ADDITIONAL INFORMATION