commit | effda9e75cbb1629e0ac3e13072ce381d53c110b | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Wed Oct 10 10:49:49 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Wed Oct 10 10:49:49 2018 -0700 |
tree | 889f864cf283a74725c14a1385147f42f867d7b1 | |
parent | 8142b61ad997837a3e925961b5f40b558e81ed65 [diff] [blame] |
update for changes to helm charts in patchset 11329 Change-Id: I2e0cb2c9eb48a5598ae03012aa93f168aa495da3
diff --git a/jjb/pipeline/xos-synchronizer-update.groovy b/jjb/pipeline/xos-synchronizer-update.groovy index 0bd9f92..b02ca11 100644 --- a/jjb/pipeline/xos-synchronizer-update.groovy +++ b/jjb/pipeline/xos-synchronizer-update.groovy
@@ -137,8 +137,11 @@ # not indented because heredoc requires it cat << EOF > $WORKSPACE/xos_tags.yaml --- -xos_coreImage: 'xosproject/xos-core:\$XOS_VERSION' -xos_chameleonImage: 'xosproject/chameleon:\$XOS_VERSION' +images: + xos_core: + tag: '\$XOS_VERSION' + xos_chameleon: + tag: '\$XOS_VERSION' EOF """ }