Skip to content

Commit

Permalink
update prod images
Browse files Browse the repository at this point in the history
  • Loading branch information
dgauldie committed Sep 24, 2024
1 parent 8e65d5f commit 89b2ef1
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ images:
# Terarium HMI
- name: hmi-client-image
newName: ghcr.io/darpa-askem/hmi-client
newTag: '2.21.2'
newTag: '2.21.3'
- name: terarium-docs-image
newName: ghcr.io/darpa-askem/terarium-docs
newTag: 'latest'
- name: hmi-server-image
newName: ghcr.io/darpa-askem/hmi-server
newTag: '2.21.2'
newTag: '2.21.3'
- name: spicedb-image
newName: ghcr.io/authzed/spicedb
newTag: 'v1.24.0'
Expand All @@ -54,7 +54,7 @@ images:
# Jupyter LLM service
- name: beaker-image
newName: ghcr.io/darpa-askem/beaker-kernel
newTag: '1.10.0'
newTag: '1.11.0'

# Skema
- name: skema-py-image
Expand All @@ -75,25 +75,25 @@ images:
# PyCIEMSS service
- name: pyciemss-api-image
newName: ghcr.io/darpa-askem/pyciemss-api
newTag: '1.17.0'
newTag: '1.18.1'
- name: pyciemss-worker-image
newName: ghcr.io/darpa-askem/pyciemss-worker
newTag: '1.17.0'
newTag: '1.18.1'

# GoLLM service
- name: gollm-taskrunner-image
newName: ghcr.io/darpa-askem/gollm-taskrunner
newTag: '2.21.2'
newTag: '2.21.3'

# Equation extraction (CPU)
- name: equation-extraction-taskrunner-image
newName: ghcr.io/darpa-askem/equation-extraction-taskrunner
newTag: '2.21.2'
newTag: '2.21.3'

# Text extraction (CPU)
- name: text-extraction-taskrunner-image
newName: ghcr.io/darpa-askem/text-extraction-taskrunner
newTag: '2.21.2'
newTag: '2.21.3'

# Integration Dashboard
- name: integration-dashboard-image
Expand All @@ -108,7 +108,7 @@ images:
# mira taskrunner
- name: mira-taskrunner-image
newName: ghcr.io/darpa-askem/mira-taskrunner
newTag: '2.21.2'
newTag: '2.21.3'

# cosmos (xdd)
- name: cosmos-image
Expand All @@ -118,7 +118,7 @@ images:
# funman taskrunner
- name: funman-taskrunner-image
newName: ghcr.io/darpa-askem/funman-taskrunner
newTag: '2.21.2'
newTag: '2.21.3'

# Redis
- name: redis-image
Expand Down

0 comments on commit 89b2ef1

Please sign in to comment.