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 unfunded/caninedc.org/values/etl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ etl:
- name: project_id
image:
tube:
tag: '2026.06'
tag: '2026.07'
spark:
tag: '2026.06'
tag: '2026.07'
2 changes: 1 addition & 1 deletion unfunded/caninedc.org/values/fence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fence:
replicaCount: 2
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/fence
tag: '2026.06'
tag: '2026.07'
podAnnotations:
prometheus.io/path: /metrics
prometheus.io/scrape: 'true'
Expand Down
2 changes: 1 addition & 1 deletion unfunded/caninedc.org/values/guppy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ guppy:
dbRestore: false
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/guppy
tag: '2026.06'
tag: '2026.07'
indices:
- index: canine_etl
type: subject
Expand Down
2 changes: 1 addition & 1 deletion unfunded/caninedc.org/values/portal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ portal:
replicaCount: 2
image:
repository: quay.io/cdis/data-portal
tag: '2026.06'
tag: '2026.07'
gitops:
json: |
{
Expand Down
32 changes: 16 additions & 16 deletions unfunded/caninedc.org/values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ arborist:
dbcreds: canineprod-arborist
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/arborist
tag: '2026.06'
tag: '2026.07'
aws-sigv4-proxy:
esEndpoint: vpc-unfunded-gen3-metadata-2-tf3gyjftzrgm5asaxuvqxxwv2m.us-east-1.es.amazonaws.com
externalSecrets:
Expand All @@ -51,33 +51,33 @@ indexd:
enabled: true
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/indexd
tag: '2026.06'
tag: '2026.07'
peregrine:
externalSecrets:
dbcreds: canineprod-peregrine
enabled: true
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/peregrine
tag: '2026.06'
tag: '2026.07'
pullPolicy: Always
revproxy:
enabled: true
replicaCount: 2
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/nginx
tag: '2026.06'
tag: '2026.07'
sheepdog:
externalSecrets:
dbcreds: canineprod-sheepdog
enabled: true
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/sheepdog
tag: '2026.06'
tag: '2026.07'
manifestservice:
enabled: true
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/manifestservice
tag: '2026.06'
tag: '2026.07'
externalSecrets:
manifestserviceG3auto: canine-manifestservice-g3auto
etl:
Expand All @@ -94,15 +94,15 @@ sower:
enabled: true
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/sower
tag: '2026.06'
tag: '2026.07'
externalSecrets:
pelicanserviceG3auto: canine-pelicanservice-g3auto
ssjdispatcher:
enabled: true
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/ssjdispatcher
tag: '2026.06'
indexing: quay.io/cdis/indexs3client:2026.06
tag: '2026.07'
indexing: quay.io/cdis/indexs3client:2026.07
externalSecrets:
credsFile: canineprod-ssjdispatcher-creds
serviceAccountName: ssjdispatcher-service-account
Expand All @@ -121,7 +121,7 @@ metadata:
esEndpoint: http://elasticsearch:9200
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/metadata-service
tag: '2026.06'
tag: '2026.07'
ambassador:
jupyterNamespace: jupyter-pods-canine
wts:
Expand All @@ -134,12 +134,12 @@ wts:
wtsOidcClient: caninedc-wts-client-secret
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/workspace-token-service
tag: '2026.06'
tag: '2026.07'
hatchery:
enabled: true
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/hatchery
tag: '2026.06'
tag: '2026.07'
hatchery:
json: |-
{
Expand Down Expand Up @@ -221,10 +221,10 @@ audit:
frontend-framework:
enabled: true
env:
DATADOG_APPLICATION_ID: "ab71a12a-753f-45ab-a8e1-a79d76d98095"
DATADOG_CLIENT_TOKEN: "pub2cd76ce70d32ef5a0d2f3da3badda91e"
DATADOG_SITE: "ddog-gov.com"
DATACOMMONS: "CANINE"
DATADOG_APPLICATION_ID: ab71a12a-753f-45ab-a8e1-a79d76d98095
DATADOG_CLIENT_TOKEN: pub2cd76ce70d32ef5a0d2f3da3badda91e
DATADOG_SITE: ddog-gov.com
DATACOMMONS: CANINE
customConfig:
enabled: true
repo: https://github.com/uc-cdis/gen3-gitops.git
Expand Down
Loading