-
Notifications
You must be signed in to change notification settings - Fork 484
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
Chore/pg update #572
Chore/pg update #572
Conversation
Upgrade to the latest Postgres sub-chart and improve documentation for handling the Postgres password.
I'll change to a Draft PR for now, sorry for the noise |
Unsure what happened here, but latest error looks unrelated
|
The OpenSSL error is fixed by Kong/kong#8429, but I'm unsure of the release timeline for it; checking to see. If it's soon-ish, we should just wait for that to be out. If not, we'd need to pin the Postgres version to 13 for now. Otherwise LGTM. |
Ah yes, have seen that before, now I remember. I was using enterprise kong-gateway container image where postgres 14 seems to work. Thanks for the suggestion :) I think this is now ready for review |
One last bit (also waiting on a response from the Gateway devs to see if we'd just be able to go to 14 in the near future): could you remove the tarball (both the original 8.x one and the new 11.x one) from |
done in 0cbf680 |
Mh looks like the archive is required ( see failed tests) |
maybe ec0a478 fixes the tests in CI |
Gateway team have informed me that the 14 fix should be out imminently, so will wait a few days and then strip out the limit here barring some delay. |
Thanks! Can you give an estimate on how long we have to wait? |
Should be within a week, or rather, if it's not, will merge this as-is. |
Thanks, looking forward 👍 |
Actually, whatever, we need to make other unrelated changes to bump the controller and chart version for the next release anyway, so will go ahead and merge this as-is and remove the image default then assuming the Kong release is ready. |
Thank you :) |
Thank you for your contribution. Please fill out the following form to claim your contributor swag: |
Nice, thank you :) Will do |
This PR builds upon #541 with changes:
main
branchapiVersion
inChart.yaml
tov2
as suggested by @edmund-wagnerct
(3.5.1),helm
(3.8.1) and python3.9.7
versionsWhat this PR does / why we need it:
The old postgresql subchart does not support RBAC.
Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
main
branch.