feat: enable uploading backups to any region

This commit is contained in:
Jose Diaz-Gonzalez
2017-04-11 09:50:14 -06:00
parent 2bf8e66afd
commit f198425c2c
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ plugin-install() {
pull-docker-image "${PLUGIN_IMAGE}:${PLUGIN_IMAGE_VERSION}"
pull-docker-image "svendowideit/ambassador:latest"
pull-docker-image "dokkupaas/wait:0.2"
pull-docker-image "dokkupaas/s3backup:0.5.0-1"
pull-docker-image "dokkupaas/s3backup:0.5.0-2"
pull-docker-image "busybox:latest"
mkdir -p "$PLUGIN_DATA_ROOT" || echo "Failed to create $PLUGIN_SERVICE directory"