Skip to content

Commit

Permalink
update boshrelease to v0.0.3 using credhub-webui-v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Feb 17, 2019
1 parent dad8db2 commit 5483773
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions config/blobs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
credhub-webui/credhub-webui-linux-0.0.2.tgz:
size: 5056339
sha: 14798f6144ffe2b714e68cb5050266dbcf57a2b3
credhub-webui/credhub-webui-linux-0.0.4.tgz:
size: 5015814
sha: 0434e5e2c229d7b38b98af43b32115e46be539ba
2 changes: 1 addition & 1 deletion create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ if [ $1 ]
then
VERSION=$1
else
VERSION=0.0.2
VERSION=0.0.3
fi
bosh create-release --force --version=$VERSION --tarball=credhub-webui-boshrelease-${VERSION}.tgz
2 changes: 1 addition & 1 deletion get_blobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [ $1 ]
then
VERSION=$1
else
VERSION=0.0.2
VERSION=0.0.4
fi
if [ ! -d .downloads ]; then
mkdir -p .downloads
Expand Down
6 changes: 3 additions & 3 deletions manifests/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: credhub-webui

releases:
- name: credhub-webui
version: "0.0.2"
sha1: "62dc76828407918fa60855a7b8af5153b4c27205"
url: "https://github.com/shreddedbacon/credhub-webui-boshrelease/releases/download/v0.0.2/credhub-webui-boshrelease-0.0.2.tgz"
version: 0.0.3
sha1: 566e3c845b00a409c64f5a99182d58ac23c7df41
url: https://github.com/shreddedbacon/credhub-webui-boshrelease/releases/download/v0.0.3/credhub-webui-boshrelease-0.0.3.tgz

stemcells:
- os: ubuntu-trusty
Expand Down

0 comments on commit 5483773

Please sign in to comment.