[devops] update helm charts to dev - #2968
Open
mwaiyee wants to merge 6 commits into
Open
Conversation
… mwaiyee/helm-dev-3
… mwaiyee/helm-dev-3
mwaiyee
marked this pull request as ready for review
August 7, 2026 08:03
mwaiyee
requested review from
SantanM,
brandantck,
csafreen and
suwarnoong
as code owners
August 7, 2026 08:03
brandantck
approved these changes
Aug 7, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Helm charts used to deploy Data2Evidence services for the v0.18 “dev” setup, aligning chart behavior with the current docker-compose runtime conventions (Trex base path health checks, Pixi-based Prefect worker image/commanding, and updated Logto seed/init flow).
Changes:
- Update Trex routing/health usage (switch probes and dependency checks to
/trex/_internal/health) and add new Trex runtime env wiring (SQL password, root key, OTEL toggles, etc.). - Switch the dataflow Prefect worker deployment to the Pixi-based worker image/entrypoint and make worker resources configurable via
global.resources.dataflowGenWorker. - Extend chart CI values with new
global.otel, Trex secrets, and worker resource values; adjust Logto seed init command.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| charts/d2e-services/templates/dataflow-worker-deployment.yaml | Switch Prefect worker container to Pixi-based workflow and update Trex health path + worker env/resources. |
| charts/d2e-services/templates/d2e-secrets.yaml | Add new Trex-related secret keys to the rendered Secret. |
| charts/d2e-services/templates/d2e-deployment.yaml | Add Trex cert bootstrap command, new env vars (Trex SQL password/root key, audit flags, OTEL), and update Trex health probe path/behavior. |
| charts/d2e-services/ci/test-values.yaml | Add CI values for global.otel, Trex secrets, and global.resources.dataflowGenWorker. |
| charts/d2e-services/charts/d2e-core/templates/core-deployment.yaml | Update Logto seed/init command to deploy latest alterations and run grants script. |
Comment on lines
+989
to
+992
| - name: IS_CDM_SQL_AUDIT_LOG_ENABLED | ||
| value: {{ .Values.features.cdmSqlAuditLog | quote }} | ||
| - name: AUDIT_LOG_TO_CONSOLE | ||
| value: {{ .Values.features.auditLogToConsole | quote }} |
Comment on lines
+40
to
+41
| TREX__SQL__PASSWORD: "{{ .Values.global.secrets.TREX__SQL__PASSWORD | b64enc }}" | ||
| TREX_ROOT_KEY: "{{ .Values.global.secrets.TREX_ROOT_KEY | b64enc }}" |
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.
Merge Checklist
Please cross check this list if additions / modifications needs to be done on top of your core changes and tick them off. Reviewer can as well glance through and help the developer if something is missed out.
developbranch)