mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2026-01-21 19:16:23 +00:00
add ArgoCD
This commit is contained in:
parent
baa8845184
commit
ea28a7356a
@ -165,7 +165,7 @@ testcontainers.reuse.enable=true'''
|
|||||||
# Update image tags in the appropriate YAML files
|
# Update image tags in the appropriate YAML files
|
||||||
for service in ${services.join(' ')}; do
|
for service in ${services.join(' ')}; do
|
||||||
# 백엔드 서비스 이미지 태그 업데이트
|
# 백엔드 서비스 이미지 태그 업데이트
|
||||||
if [ -f lifesub/deployments/\${service}.yaml ]; then
|
if [ -f lifesub/deployments/\${service}-deployment.yaml ]; then
|
||||||
sed -i "s|image: ${props.registry}/${props.image_org}/\${service}:.*|image: ${props.registry}/${props.image_org}/\${service}:${imageTag}|g" lifesub/deployments/\${service}.yaml
|
sed -i "s|image: ${props.registry}/${props.image_org}/\${service}:.*|image: ${props.registry}/${props.image_org}/\${service}:${imageTag}|g" lifesub/deployments/\${service}.yaml
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user