-
Notifications
You must be signed in to change notification settings - Fork 5
WIP: Feat s3 endpoint #6
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
base: master
Are you sure you want to change the base?
Conversation
feat(postgres): use docker's official postgres:11 image
values in workflow/values.yaml only trickle down for use in dependant charts when they are in the global section
docker build fails
Modify the comment, and then I close my RP. |
Why use the global use_sse variable? |
I think that only global variables are passed into depended charts... Try it, I got an error message from helm without the global |
Hello everyone! |
Thank you, I see this makes sense. Will test and review. |
@Cryptophobia That sounds good, I'd like to verify that the switch of base images to postgres:11
I'll repeat the testing I've done on a supported cloud with v2.20-beta to be sure it's ready for release, I think that's the right way forward. We should be able to guarantee the S3_ENDPOINT changes are non-breaking for v2.20.1, in fact one better, we should guarantee that upgrading + reusing v2.20.0 values.yaml that omits the endpoint config entirely doesn't change any behavior or ruin any part of the configuration in the upgrade. |
Please see comment in the postgres issue #8 (comment). I think ca-certificates is still being updated on the image due to step #4 of the Dockerfile. |
Agreed. We need to test the S3_ENDPOINT changes more.
Totally agree with this. |
@kingdonb hi, can you merge RP (#7)? It contains all commit of this; fixes bugs in build and uses related local variables instead of global variables. Or instead of merge the RP, use it directly (#7) @Cryptophobia |
We are considering them for v2.21 @duanhongyi – the alpine change also might be able to get merged for 2.20 because it can help to save so much space in terms of docker images. But the S3_ENDPOINT changes are still under consideration. #7 includes all of those, so if you can submit a new PR with only Alpine and not including S3_ENDPOINT, it might become the next release. |
I am testing this evening... v2.20-beta with Azure blob storage and AKS |
Includes changes from teamhephy/workflow#71 and teamhephy/workflow#74, #3, #5
This seems to be working well for me with DigitalOcean Spaces!
(There are some commits on the end that need to be squashed and made to conform to the style guide, marking this PR as wip...)
Also requires the changes in teamhephy/workflow#75, with a
Values.global.s3.use_sse
setting