summaryrefslogtreecommitdiff
path: root/integration
diff options
context:
space:
mode:
Diffstat (limited to 'integration')
-rwxr-xr-xintegration/scripts/trovestack3
1 files changed, 2 insertions, 1 deletions
diff --git a/integration/scripts/trovestack b/integration/scripts/trovestack
index 5672ca13..0045fff5 100755
--- a/integration/scripts/trovestack
+++ b/integration/scripts/trovestack
@@ -522,7 +522,8 @@ function set_bin_path() {
function cmd_set_datastore() {
rd_manage datastore_update "$datastore" ""
- rd_manage datastore_version_update "${DATASTORE_TYPE}" "${DATASTORE_VERSION}" "${DATASTORE_TYPE}" "" "trove" "" 1
+ # Use image tags for datastore version.
+ rd_manage datastore_version_update "${DATASTORE_TYPE}" "${DATASTORE_VERSION}" "${DATASTORE_TYPE}" "" "" 1 --image-tags trove
rd_manage datastore_update "${DATASTORE_TYPE}" "${DATASTORE_VERSION}"
if [[ -f "$PATH_TROVE"/trove/templates/${DATASTORE_TYPE}/validation-rules.json ]]; then