From ea63cf82e90dab2a7f059b32154eb0bcab3f6a1c Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Thu, 17 Apr 2025 10:52:29 -0400 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit fe23f7a7db687ba3b5668428c403749b474c4f56 Merge: 894125e ccf4c99 Author: Ron Rise Date: Thu Apr 17 10:52:16 2025 -0400 Merge branch 'master' into v0.0.9-deploy commit 894125e185e0afceee41d34aa2b62cc2d2a57989 Author: GitHub Action 🤖 Date: Thu Apr 17 14:43:32 2025 +0000 📝🔄 Update deployment manifest with new image tags --- argocd/deployment/deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/deployment/deployment.yml b/argocd/deployment/deployment.yml index 1569c29..03b0ef6 100644 --- a/argocd/deployment/deployment.yml +++ b/argocd/deployment/deployment.yml @@ -15,10 +15,10 @@ spec: - siteworxpro containers: - name: frontend - image: scr.siteworxpro.com/reloading-manager/frontend:test-build + image: scr.siteworxpro.com/reloading-manager/frontend:v0.0.9 ports: - containerPort: 80 - name: backend - image: scr.siteworxpro.com/reloading-manager/backend:test-build + image: scr.siteworxpro.com/reloading-manager/backend:v0.0.9 ports: - containerPort: 8080