-
Notifications
You must be signed in to change notification settings - Fork 1
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
[IBCDPE-1111] upgrade airflow #42
Conversation
1. Update the dockerfile within the orca-recipes repo | ||
2. Build the new image `docker build .` | ||
3. Tag the build image with the tag you want to use `docker tag sha256:... ghcr.io/sage-bionetworks-workflows/orca-recipes:0.0.1` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally in the long term - a github action is set up to do this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed! It's not much work to do this manually, but a GH action in the orca-recipes
repo will make the experience better. I created this ticket to add this logic: https://sagebionetworks.jira.com/browse/IBCDPE-1134
@@ -1750,7 +2081,7 @@ pgbouncer: | |||
command: ["pgbouncer", "-u", "nobody", "/etc/pgbouncer/pgbouncer.ini"] | |||
# Args to use for PgBouncer(templated). | |||
args: ~ | |||
auth_type: md5 | |||
auth_type: scram-sha-256 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the significance of this change? Or is it the change in defaults
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are not using their version of pgbouncer so we are not affected. This was the default in the new chart version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 LGTM! Pending Brad's return for final review
* Upgrade airflow to latest helm chart and airflow:2.9.3
Problem:
Solution:
Testing:
Related PRs: