Skip to content

Commit

Permalink
Use restic 0.8.3 (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored Feb 26, 2018
1 parent ce618fd commit f2cb99d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/setup/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,6 @@ GitTag = 0.7.0-rc.0
CommitTimestamp = 2017-10-10T05:24:23

$ kubectl exec -it $POD_NAME -c operator -n $POD_NAMESPACE restic version
restic 0.8.2
restic 0.8.3
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.8.2}
RESTIC_VER=${RESTIC_VER:-0.8.3}
RESTIC_BRANCH=${RESTIC_BRANCH:-stash-0.4.2}

DIST=$REPO_ROOT/dist
Expand Down

0 comments on commit f2cb99d

Please sign in to comment.