From 959f1058214a9e74f2bfaf3c55abc81646e7aa32 Mon Sep 17 00:00:00 2001 From: brandon Date: Wed, 24 Mar 2021 11:42:32 -0400 Subject: [PATCH] update image --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 73abca1..10d169f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { sh "sudo git config --system user.email 'b.yang@ext.tricentis.com'" sh "sudo git config --system user.name 'brandon'" dir("argocd-example-apps") { - sh "cd helm-guestbook && sed -i 's+0.2+0.1+g' values.yaml" + sh "cd helm-guestbook && sed -i 's+0.1+0.2+g' values.yaml" sh "git commit -am 'Publish new version' && git push || echo 'update version'" } }