From 5bf7ca688f929c03e902ffd4fc056c8f46815a43 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Fri, 30 Aug 2019 13:06:38 -0600 Subject: [PATCH] docs: Add best practices compliance badge (#6320) This is now required by CNCF for graduation from incubation. Signed-off-by: Matt Butcher --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d50f6116..91a06916a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![CircleCI](https://circleci.com/gh/helm/helm.svg?style=shield)](https://circleci.com/gh/helm/helm) [![Go Report Card](https://goreportcard.com/badge/github.com/helm/helm)](https://goreportcard.com/report/github.com/helm/helm) [![GoDoc](https://godoc.org/helm.sh/helm?status.svg)](https://godoc.org/helm.sh/helm) +[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3131/badge)](https://bestpractices.coreinfrastructure.org/projects/3131) Helm is a tool for managing Charts. Charts are packages of pre-configured Kubernetes resources.