Skip to content
Open
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
41 changes: 21 additions & 20 deletions bihprod/bih-staging.data-commons.org/values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ arborist:
enabled: true
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/arborist
tag: '2025.10'
tag: "2025.10"
audit:
enabled: true
externalSecrets:
auditG3auto: bihstaging-cloudauto-audit-g3auto
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/audit-service
tag: '2025.10'
tag: "2025.10"
serviceAccount:
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::533267425233:role/bihprod--bihstaging-helm--audit-sqs-receiver
Expand Down Expand Up @@ -108,9 +108,9 @@ etl:
type: aggregator
image:
tube:
tag: '2025.10'
tag: "2025.10"
spark:
tag: '2025.10'
tag: "2025.10"
fence:
usersync:
usersync: true
Expand All @@ -130,7 +130,7 @@ fence:
fenceJwtKeys: bihstaging-cloudauto-fence-jwt
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/fence
tag: '2025.10'
tag: "2025.10"
fluentd:
enabled: true
image:
Expand All @@ -143,7 +143,7 @@ frontend-framework:
tag: main
global:
aws:
account: '533267425233'
account: "533267425233"
awsEsProxyRole: bihprod--bihstaging-helm--es-access
enabled: true
hatchery_role: bihprod--bihstaging-helm--hatchery-sa
Expand All @@ -155,7 +155,7 @@ global:
wafAclArn: arn:aws:wafv2:us-east-1:533267425233:regional/webacl/bihprod-waf/540985b3-9a4b-4d25-9881-7f1ce48d78d2
dev: false
dictionaryUrl: https://s3.amazonaws.com/dictionary-artifacts/bih_dictionary/0.2.1/schema.json
dispatcherJobNum: '10'
dispatcherJobNum: "10"
environment: bihstaging-cloudauto
externalSecrets:
deploy: true
Expand All @@ -177,7 +177,7 @@ hatchery:
enabled: true
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/hatchery
tag: '2025.10'
tag: "2025.10"
hatchery:
json: |-
{
Expand Down Expand Up @@ -287,7 +287,7 @@ guppy:
esEndpoint: http://elasticsearch:9200
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/guppy
tag: '2025.10'
tag: "2025.10"
indices:
- index: bih_dataset
type: dataset
Expand All @@ -309,7 +309,7 @@ indexd:
serviceCreds: bihstaging-cloudauto-indexd-service-creds
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/indexd
tag: '2025.10'
tag: "2025.10"
metadata:
aggMdsNamespace: bihstaging
autoscaling:
Expand All @@ -323,13 +323,13 @@ metadata:
metadataG3auto: bihstaging-cloudauto-metadata-g3auto
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/metadata-service
tag: '2025.10'
tag: "2025.10"
useAggMds: true
peregrine:
enabled: true
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/peregrine
tag: '2025.10'
tag: "2025.10"
portal:
enabled: true
customConfig:
Expand All @@ -339,12 +339,12 @@ portal:
branch: master
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/data-portal
tag: '5.39.2'
tag: "5.39.2"
requestor:
enabled: true
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/requestor
tag: '2025.10'
tag: "2025.10"
revproxy:
autoscaling:
enabled: true
Expand All @@ -354,22 +354,23 @@ revproxy:
enabled: true
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/nginx
tag: '2025.10'
tag: "2025.10"
ingress:
aws:
group: bihprod
sheepdog:
enabled: true
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/sheepdog
tag: '2025.10'
tag: "2025.10"
spark:
enabled: true
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/gen3-spark
tag: '2025.10'
tag: "2025.10"
ssjdispatcher:
serviceAccount:
create: true
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::533267425233:role/gen3_service/bihprod--bihstaging-cloudauto--ssj
jobServiceAccount:
Expand All @@ -380,13 +381,13 @@ ssjdispatcher:
credsFile: bihstaging-cloudauto-ssjdispatcher-creds
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/ssjdispatcher
tag: '2025.10'
tag: "2025.10"
indexing: quay.io/cdis/indexs3client:2025.10
tube:
enabled: true
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/tube
tag: '2025.10'
tag: "2025.10"
wts:
enabled: true
externalSecrets:
Expand All @@ -395,4 +396,4 @@ wts:
wtsOidcClient: bihstaging-cloudauto-wts-client-secret
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/workspace-token-service
tag: '2025.10'
tag: "2025.10"
Loading