Skip to content

Commit 7e0f236

Browse files
committed
docs(README): update CI badge to reflect pipeline workflow
- Changed CI badge label from "CI/CD" to "Pipeline" for clarity. - Updated badge link to point to the pipeline.yaml for better accuracy in representing the build process.
1 parent 7c2d811 commit 7e0f236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Reflector
22
Reflector is a Kubernetes addon designed to monitor changes to resources (secrets and configmaps) and reflect changes to mirror resources in the same or other namespaces.
33

4-
[![CI/CD](https://github.com/emberstack/kubernetes-reflector/actions/workflows/main.yaml/badge.svg)](https://github.com/emberstack/kubernetes-reflector/actions/workflows/main.yaml)
4+
[![Pipeline](https://github.com/emberstack/kubernetes-reflector/actions/workflows/main.yaml/badge.svg)](https://github.com/emberstack/kubernetes-reflector/actions/workflows/pipeline.yaml)
55
[![Release](https://img.shields.io/github/release/emberstack/kubernetes-reflector.svg?style=flat-square)](https://github.com/emberstack/kubernetes-reflector/releases/latest)
66
[![Docker Image](https://img.shields.io/docker/image-size/emberstack/kubernetes-reflector/latest?style=flat-square)](https://hub.docker.com/r/emberstack/kubernetes-reflector)
77
[![Docker Pulls](https://img.shields.io/docker/pulls/emberstack/kubernetes-reflector?style=flat-square)](https://hub.docker.com/r/emberstack/kubernetes-reflector)

0 commit comments

Comments
 (0)