Add ArgoCD
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user