📝🔄 Update deployment manifest with new image tags (#16)

Co-authored-by: GitHub Action 🤖 <gitia@siteworxpro.com>
Reviewed-on: rrise/reloading-manager#16
Co-authored-by: Ron Rise <ron@siteworxpro.com>
Co-committed-by: Ron Rise <ron@siteworxpro.com>
This commit is contained in:
2025-04-17 15:43:41 -04:00
committed by Siteworx Pro Gitea
parent cb6bb354bf
commit 5daba712f0

View File

@@ -1,4 +1,4 @@
## Do not edit this file directly. It is auto-generated by the script.\n\n ## Do not edit this file directly. It is auto-generated by the script.
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
@@ -16,11 +16,11 @@ spec:
- siteworxpro - siteworxpro
containers: containers:
- name: frontend - name: frontend
image: scr.siteworxpro.com/reloading-manager/frontend:v0.0.12 image: scr.siteworxpro.com/reloading-manager/frontend:v0.0.13
ports: ports:
- containerPort: 80 - containerPort: 80
- name: backend - name: backend
image: scr.siteworxpro.com/reloading-manager/backend:v0.0.12 image: scr.siteworxpro.com/reloading-manager/backend:v0.0.13
ports: ports:
- containerPort: 8080 - containerPort: 8080
envFrom: envFrom: