From 96a0f008bbac85bcdd0fff823bac873f46980198 Mon Sep 17 00:00:00 2001 From: Zach Aller Date: Fri, 14 Oct 2022 15:32:37 -0500 Subject: [PATCH] docs: add artifact badge (#2331) Signed-off-by: zachaller Signed-off-by: zachaller --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f044877ab3..0a3ba824d4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![codecov](https://codecov.io/gh/argoproj/argo-rollouts/branch/master/graph/badge.svg)](https://codecov.io/gh/argoproj/argo-rollouts) [![slack](https://img.shields.io/badge/slack-argoproj-brightgreen.svg?logo=slack)](https://argoproj.github.io/community/join-slack) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3834/badge)](https://bestpractices.coreinfrastructure.org/projects/3834) +[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/argo-rollouts)](https://artifacthub.io/packages/helm/argo/argo-rollouts) ## What is Argo Rollouts? Argo Rollouts is a Kubernetes controller and set of CRDs which provide advanced deployment capabilities such as blue-green, canary, canary analysis, experimentation, and progressive delivery features to Kubernetes.