From 23aa15139ea328a1a4780a25edf189670442c9ff Mon Sep 17 00:00:00 2001
From: Biosimulations-Daemon <biosimulationsdaemon@gmail.com>
Date: Mon, 25 Nov 2024 19:06:39 +0000
Subject: [PATCH] Changed image tag of prod to v9.62.0

Signed-off-by: Biosimulations-Daemon <biosimulationsdaemon@gmail.com>
---
 overlays/prod/kustomization.yaml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/overlays/prod/kustomization.yaml b/overlays/prod/kustomization.yaml
index 2f501da2..4555fb80 100644
--- a/overlays/prod/kustomization.yaml
+++ b/overlays/prod/kustomization.yaml
@@ -9,19 +9,19 @@ namespace: prod
 #Change the tag on the images
 images:
 - name: ghcr.io/biosimulations/account-api
-  newTag: v9.61.3
+  newTag: v9.62.0
 - name: ghcr.io/biosimulations/api
-  newTag: v9.61.3
+  newTag: v9.62.0
 - name: ghcr.io/biosimulations/combine-api
-  newTag: v9.61.3
+  newTag: v9.62.0
 - name: ghcr.io/biosimulations/dispatch-service
-  newTag: v9.61.3
+  newTag: v9.62.0
 - name: ghcr.io/biosimulations/mail-service
-  newTag: v9.61.3
+  newTag: v9.62.0
 - name: ghcr.io/biosimulations/simdata-api
-  newTag: v9.61.3
+  newTag: v9.62.0
 - name: ghcr.io/biosimulations/simulators-api
-  newTag: v9.61.3
+  newTag: v9.62.0
 #scale down dev deployment
 replicas:
 - count: 0