From f97d06f05a0778a7bc94abd6368b424e570c1fc5 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 11 Apr 2017 09:50:34 -0600 Subject: [PATCH] feat: enable uploading backups to any region --- common-functions | 2 +- install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common-functions b/common-functions index d34a452..b346736 100755 --- a/common-functions +++ b/common-functions @@ -121,7 +121,7 @@ service_backup() { -e AWS_SECRET_ACCESS_KEY="$(cat "$AWS_SECRET_ACCESS_KEY_FILE")" \ -e BUCKET_NAME="$BUCKET_NAME" \ -e BACKUP_NAME="${PLUGIN_COMMAND_PREFIX}-${SERVICE}" \ - -v "${TMPDIR}:/backup" dokkupaas/s3backup:0.5.0-1 + -v "${TMPDIR}:/backup" dokkupaas/s3backup:0.5.0-2 } service_backup_auth() { diff --git a/install b/install index 91b7c09..a4164e3 100755 --- a/install +++ b/install @@ -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"