Add ArgoCD

This commit is contained in:
hiondal
2025-03-04 00:00:37 +09:00
parent 7a73161e5a
commit f484f60601
+1 -1
View File
@@ -119,7 +119,7 @@ podTemplate(
cd /tmp/manifests
# Update frontend image tag
if [ -f lifesub-web/deployments/lifesub-web.yaml ]; then
if [ -f lifesub-web/deployments/lifesub-web-deployment.yaml ]; then
sed -i "s|image: ${props.registry}/${props.image_org}/lifesub-web:.*|image: ${props.registry}/${props.image_org}/lifesub-web:${imageTag}|g" lifesub-web/deployments/lifesub-web.yaml
fi