From 14cb61117749731d49daa6a76bc7f699b3a638a1 Mon Sep 17 00:00:00 2001 From: Stanley Shyiko Date: Mon, 16 Jul 2018 14:12:42 -0700 Subject: [PATCH] Updated refs to latest (0.7.1) release --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5878388..18f56b0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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