Skip to content

Commit

Permalink
Updated refs to latest (0.7.1) release
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed Jul 16, 2018
1 parent af66e2b commit 14cb611
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# kubetpl ![Latest Version](https://img.shields.io/badge/latest-0.6.0-blue.svg) [![Build Status](https://travis-ci.org/shyiko/kubetpl.svg?branch=master)](https://travis-ci.org/shyiko/kubetpl)
# kubetpl ![Latest Version](https://img.shields.io/badge/latest-0.7.1-blue.svg) [![Build Status](https://travis-ci.org/shyiko/kubetpl.svg?branch=master)](https://travis-ci.org/shyiko/kubetpl)

Kubernetes templates made easy.
\#keep-it-simple \#no-server-component
Expand All @@ -21,14 +21,14 @@ Features:
#### macOS / Linux

```sh
curl -sSL https://github.com/shyiko/kubetpl/releases/download/0.6.0/kubetpl-0.6.0-$(
curl -sSL https://github.com/shyiko/kubetpl/releases/download/0.7.1/kubetpl-0.7.1-$(
bash -c '[[ $OSTYPE == darwin* ]] && echo darwin || echo linux'
)-amd64 -o kubetpl && chmod a+x kubetpl && sudo mv kubetpl /usr/local/bin/
```

Verify PGP signature (optional but recommended):
```sh
curl -sSL https://github.com/shyiko/kubetpl/releases/download/0.6.0/kubetpl-0.6.0-$(
curl -sSL https://github.com/shyiko/kubetpl/releases/download/0.7.1/kubetpl-0.7.1-$(
bash -c '[[ $OSTYPE == darwin* ]] && echo darwin || echo linux'
)-amd64.asc -o kubetpl.asc
curl -sS https://keybase.io/shyiko/pgp_keys.asc | gpg --import
Expand Down

0 comments on commit 14cb611

Please sign in to comment.