From 6a751ae483ff1340b9fc9cb650a20a697eaede49 Mon Sep 17 00:00:00 2001 From: Shubham Pampattiwar Date: Mon, 17 Aug 2026 01:55:40 -0700 Subject: [PATCH] Add Docker Pulls and GitHub stars badges to README (#10278) Surface adoption signals (500M+ Docker Hub pulls, 10K+ GitHub stars) at the top of the README, matching the org profile README. Also make the release badge clickable. Signed-off-by: Shubham Pampattiwar --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5457d145b..2357be2bb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ ![100] [![Build Status][1]][2] [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3811/badge)](https://bestpractices.coreinfrastructure.org/projects/3811) -![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/velero-io/velero) +[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/velero-io/velero)](https://github.com/velero-io/velero/releases) +[![GitHub stars](https://img.shields.io/github/stars/velero-io/velero)](https://github.com/velero-io/velero/stargazers) +[![Docker Pulls](https://img.shields.io/docker/pulls/velero/velero.svg)](https://hub.docker.com/r/velero/velero) ## Overview