From 4cf4eb6b94797c0eb009927277b458de486ee853 Mon Sep 17 00:00:00 2001 From: David Gauldie Date: Fri, 17 May 2024 12:43:15 -0400 Subject: [PATCH] update production tags --- .../overlays/askem-production/kustomization.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kubernetes/overlays/prod/overlays/askem-production/kustomization.yaml b/kubernetes/overlays/prod/overlays/askem-production/kustomization.yaml index 8ed3ac59..43d08a56 100644 --- a/kubernetes/overlays/prod/overlays/askem-production/kustomization.yaml +++ b/kubernetes/overlays/prod/overlays/askem-production/kustomization.yaml @@ -54,13 +54,13 @@ images: # Terarium HMI - name: hmi-client-image newName: ghcr.io/darpa-askem/hmi-client - newTag: 'chi-demo-2' + newTag: '2.11.0' - 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: 'chi-demo-2' + newTag: '2.11.0' - name: spicedb-image newName: ghcr.io/authzed/spicedb newTag: 'v1.24.0' @@ -102,15 +102,15 @@ images: # PyCIEMSS service - name: pyciemss-api-image newName: ghcr.io/darpa-askem/pyciemss-api - newTag: '1.8.0' + newTag: '1.9.0' - name: pyciemss-worker-image newName: ghcr.io/darpa-askem/pyciemss-worker - newTag: '1.8.0' + newTag: '1.9.0' # GoLLM service - name: gollm-taskrunner-image newName: ghcr.io/darpa-askem/gollm-taskrunner - newTag: 'chi-demo-2' + newTag: '2.11.0' # Integration Dashboard - name: integration-dashboard-image @@ -125,9 +125,9 @@ images: # mira taskrunner - name: mira-taskrunner-image newName: ghcr.io/darpa-askem/mira-taskrunner - newTag: 'chi-demo-2' + newTag: '2.11.0' # funman taskrunner - name: funman-taskrunner-image newName: ghcr.io/darpa-askem/funman-taskrunner - newTag: 'chi-demo-2' + newTag: '2.11.0'