commit | 25f7a707e401d148eec5fd9afb289857b7459047 | [log] [tgz] |
---|---|---|
author | Kailash <kailash@onlab.us> | Thu Sep 05 11:43:11 2019 -0700 |
committer | Kailash <kailash@onlab.us> | Thu Sep 05 11:43:11 2019 -0700 |
tree | a9743b6a335aa9e49ea085320e50cf96c6215e37 | |
parent | eadb2e2637903ced2f9726cb1d3ee1d73cf6c994 [diff] |
updating default image tags to "voltha-2.1" Change-Id: I9376d134f75b88dd3b65325ee6412d562953b101
diff --git a/jjb/pipeline/voltha-bbsim-tests.groovy b/jjb/pipeline/voltha-bbsim-tests.groovy index 26a4a3d..93b51f8 100644 --- a/jjb/pipeline/voltha-bbsim-tests.groovy +++ b/jjb/pipeline/voltha-bbsim-tests.groovy
@@ -92,7 +92,7 @@ stage('Deploy Voltha') { steps { sh """ - HELM_FLAG="--set defaults.image_tag=2.1.0 " + HELM_FLAG="--set defaults.image_tag=voltha-2.1 " if [ "${gerritProject}" = "voltha-go" ]; then HELM_FLAG+="-f $WORKSPACE/voltha-system-tests/tests/data/ci-test.yaml"