Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
"filename": "devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml",
"hashed_secret": "4c7e5a7eedc322089e3a64d1911d6f823431162a",
"is_verified": false,
"line_number": 1517
"line_number": 1521
}
],
"devplanetv2/dev-environments/qaheal-helm/values/values.yaml": [
Expand Down Expand Up @@ -754,5 +754,5 @@
}
]
},
"generated_at": "2026-07-01T15:44:02Z"
"generated_at": "2026-07-06T20:33:52Z"
}
2 changes: 1 addition & 1 deletion devplanetv2/dev-environments/qa-vpodc-helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: qa-vpodc-helm

# What branch of helm -- http://github.com/uc-cdis/gen3-helm
helmBranch: master
helmBranch: feat_add_pseudonym_config_cohort_middleware

# What branch of gitops -- http://github.com/uc-cdis/gen3-gitops-dev
gitopsBranch: master
4 changes: 4 additions & 0 deletions devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ cohort-middleware:
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/cohort-middleware
tag: feat_add_new_pseudonyms_endpoint
config:
pseudonyms:
pseudonym_field: "person.person_source_value"
pseudonym_external_name: "apollo_id"

arborist:
autoscaling:
Expand Down
Loading