Conversation
HenriqueLopes741
approved these changes
Aug 17, 2026
HenriqueLopes741
left a comment
Contributor
There was a problem hiding this comment.
Testei localmente e deu tudo certo. As DAGs carregaram sem erro e a execução das DAGs funcionou perfeitamente. Também testei a integração com IA (Gemini) e funcionou corretamente.
Airflow 3 splits the webserver into an api-server and standalone dag-processor, and switches auth to the FAB auth manager with JWT tokens instead of the old basic-auth backend, so the chart templates, image and config keys need to track that. - Rename airflow-web-deployment -> airflow-api-server-deployment and add a new airflow-dag-processor-deployment - Switch image to ghcr.io/gestaogovbr/ro-dou and bump chart to 0.2.0 - Add AIRFLOW__CORE__AUTH_MANAGER (FabAuthManager) and AIRFLOW__API_AUTH__JWT_SECRET, drop the old auth/db-upgrade keys - Add ro-dou.waitForPostgres helper so init/upgrade/create-* jobs wait for Postgres readiness instead of racing the hook - Add airflow-create-variables-job
luisssguilherme
approved these changes
Aug 17, 2026
luisssguilherme
left a comment
Contributor
There was a problem hiding this comment.
Também testei e deu tudo certo. Parabéns à equipe!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Create a Helm Package install for Ro-DOU, based on kubernetes manifests.
Fix #179