From 65a3e182475e4d3ca7797311c0dc7f4256dbcafb Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 27 Sep 2018 14:46:34 +0300 Subject: [PATCH] Add license badge --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c795c6a..ad4c22f2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # steerer -[![Build Status](https://travis-ci.org/stefanprodan/steerer.svg?branch=master)](https://travis-ci.org/stefanprodan/steerer) -[![Docker Image](https://images.microbadger.com/badges/image/stefanprodan/steerer.svg)](https://github.com/stefanprodan/steerer) +[![travis](https://travis-ci.org/stefanprodan/steerer.svg?branch=master)](https://travis-ci.org/stefanprodan/steerer) +![docker](https://img.shields.io/microbadger/image-size/stefanprodan/steerer.svg) +![license](https://img.shields.io/github/license/stefanprodan/steerer.svg) Steerer is a Kubernetes operator that automates the promotion of canary deployments using Istio routing for traffic shifting and Prometheus metrics for canary analysis.