File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " venona" ,
3- "version" : " 1.2.8 " ,
3+ "version" : " 1.2.9 " ,
44 "description" : " Codefresh agent to run on Codefresh's runtime environment and execute pipeline" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ echoAndRun "codefresh install agent --token $token --kube-namespace $VENONA_KUBE
8282info " Attaching old runtime to new agent"
8383pod=$( eval " $kube get pods -l app=venona -o go-template='{{range .items }}{{ .metadata.name }}{{end}}'" )
8484echoAndRun " codefresh attach runtime --runtime-name $CODEFRESH_RUNTIME_NAME --agent-name $CODEFRESH_AGENT_NAME --runtime-kube-context-name $VENONA_KUBE_CONTEXT --agent-kube-context-name $VENONA_KUBE_CONTEXT --runtime-kube-namespace $VENONA_KUBE_NAMESPACE --agent-kube-namespace $VENONA_KUBE_NAMESPACE --agent-kube-config-path $VENONA_KUBECONFIG_PATH --runtime-kube-config-path $VENONA_KUBECONFIG_PATH --restart-agent --verbose"
85- echoAndRun " $kube wait --for=delete pod/$pod --timeout 60s"
8685
8786pod=$( eval " $kube get pods -l app=venona -o go-template='{{range .items }}{{ .metadata.name }}{{end}}'" )
8887echoAndRun " $kube wait --for=condition=Ready pod/$pod --timeout 60s"
Original file line number Diff line number Diff line change 1- 1.2.8
1+ 1.2.9
You can’t perform that action at this time.
0 commit comments