Add ArgoCD

This commit is contained in:
hiondal 2025-03-04 00:18:26 +09:00
parent f484f60601
commit 63dce03d84

View File

@ -120,7 +120,7 @@ podTemplate(
# Update frontend image tag
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
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-deployment.yaml
fi
# Commit and push changes