From 20b381a42306057e1cf7316b3c52831a4ad7312b Mon Sep 17 00:00:00 2001
From: iamabhishek-dubey
Date: Mon, 31 Aug 2020 14:42:23 +0530
Subject: [PATCH 1/2] Added Circle CI and go report card badge
Signed-off-by: iamabhishek-dubey
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 7a533e5..00d916b 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,10 @@
+[![CircleCI](https://circleci.com/gh/OT-CONTAINER-KIT/logging-operator/tree/master.svg?style=shield)](https://circleci.com/gh/OT-CONTAINER-KIT/logging-operator/tree/master)
+[![Go Report Card](https://goreportcard.com/badge/github.com/OT-CONTAINER-KIT/logging-operator)](https://goreportcard.com/report/github.com/OT-CONTAINER-KIT/logging-operator)
+
+
## Logging Operator
A golang based CRD operator to setup and manage logging stack (Elasticsearch, Fluentd, and Kibana) in the Kubernetes cluster. It helps to setup each component of the EFK stack separately.
From 4c65cab52203f9c921e99c40369c05d950814408 Mon Sep 17 00:00:00 2001
From: iamabhishek-dubey
Date: Mon, 31 Aug 2020 14:48:56 +0530
Subject: [PATCH 2/2] Added Circle CI and go report card badge
Signed-off-by: iamabhishek-dubey
---
README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 00d916b..f512d07 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,10 @@
[![CircleCI](https://circleci.com/gh/OT-CONTAINER-KIT/logging-operator/tree/master.svg?style=shield)](https://circleci.com/gh/OT-CONTAINER-KIT/logging-operator/tree/master)
[![Go Report Card](https://goreportcard.com/badge/github.com/OT-CONTAINER-KIT/logging-operator)](https://goreportcard.com/report/github.com/OT-CONTAINER-KIT/logging-operator)
-
+[![Docker Repository on Quay](https://img.shields.io/badge/container-ready-green "Docker Repository on Quay")](https://quay.io/repository/opstree/logging-operator)
+[![Apache License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
+[![Maintainability](https://api.codeclimate.com/v1/badges/f9e99ffcba997de51eaa/maintainability)](https://codeclimate.com/github/OT-CONTAINER-KIT/logging-operator/maintainability)
+![GitHub release (latest by date)](https://img.shields.io/github/v/release/OT-CONTAINER-KIT/logging-operator)
## Logging Operator