Skip to content

Commit

Permalink
Update bundles restic to 0.8.0 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored Nov 27, 2017
1 parent 46b995a commit 20f207e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ GitTag = 0.5.1
CommitTimestamp = 2017-10-10T05:24:23

$ kubectl exec -it $POD_NAME -c operator -n $POD_NAMESPACE restic version
restic 0.7.3
restic 0.8.0
compiled with go1.9 on linux/amd64
```
2 changes: 1 addition & 1 deletion hack/docker/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source "$REPO_ROOT/hack/libbuild/common/public_image.sh"

APPSCODE_ENV=${APPSCODE_ENV:-dev}
IMG=stash
RESTIC_VER=${RESTIC_VER:-0.7.3}
RESTIC_VER=${RESTIC_VER:-0.8.0}
RESTIC_BRANCH=${RESTIC_BRANCH:-stash-0.4.2}

DIST=$REPO_ROOT/dist
Expand Down

0 comments on commit 20f207e

Please sign in to comment.