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

Co-authored-by: GitHub Action 🤖 <gitia@siteworxpro.com>
Reviewed-on: rrise/reloading-manager#15
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:23:18 -04:00
committed by Siteworx Pro Gitea
parent 4a1b9597a2
commit 9fa395356c

View File

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