chore: fixdb siempre como Job, apagar FIXDBS/FIXDBS_ADHOC en el entrypoint#70
Open
az-adhoc wants to merge 1 commit into
Open
chore: fixdb siempre como Job, apagar FIXDBS/FIXDBS_ADHOC en el entrypoint#70az-adhoc wants to merge 1 commit into
az-adhoc wants to merge 1 commit into
Conversation
…point fixdb dejó de correr por el entrypoint del pod: ahora corre siempre como Job standalone lanzado por el pipeline de saas_k8s (tarea 69411). Se hardcodean FIXDBS y FIXDBS_ADHOC en "false" en el ConfigMap de envs y se quitan las keys odoo.entrypoint.fixdbs/fixdbsAdhoc de values.yaml y questions.yml. No se bumpea la versión del chart (se mantiene 0.3.4) hasta nueva indicación. Acoplado al código del provider: desplegar saas_k8s antes de disponibilizar este chart.
f22d8f6 to
0c30b35
Compare
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.
Qué
fixdb deja de correr por el entrypoint del pod: ahora corre siempre como Job standalone lanzado por el pipeline de saas_k8s (tarea 69411).
odooEnvs.yaml:FIXDBSyFIXDBS_ADHOChardcodeados en"false".values.yaml/questions.yml: se quitan las keysodoo.entrypoint.fixdbs/fixdbsAdhoc.Acoplamiento
Requiere la versión de saas_k8s que corre fixdb como Job (PR de odoo-saas, tarea 69411). Desplegar primero el código del provider y recién después disponibilizar este chart (un chart con fixdb apagado + código viejo saltearía el fixdb non-exclusive). El override transitorio en saas_k8s neutraliza el flag en cualquier versión de chart, así que la ventana es segura.
Notas
maincuando chore: esperar PostgreSQL desde el entrypoint y quitar init container wait-for-postgres #69 mergee.