Skip to content

Commit

Permalink
Adding artifacthub badge (#5383)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
This adds the artifact hub badge for Jaeger, which will be official once
the last PR is pushed from the helm chart repo.

#5363

## Description of the changes
Add new image on README.md

## How was this change tested?
Tested on Github branch

## Checklist
- [X] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [X] I have signed all commits
- [NA] I have added unit tests for the new functionality
- [NA] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

Signed-off-by: Jonah Kowall <jkowall@kowall.net>
  • Loading branch information
jkowall committed Apr 23, 2024
1 parent a72dfc3 commit 9a8b049
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
[![OpenSSF Scorecard][openssf-img]][openssf]
[![OpenSSF Best Practices][openssf-bp-img]][openssf-bp]
[![CLOMonitor][clomonitor-img]][clomonitor]
[![Artifact Hub][artifacthub-img]][artifacthub]

<img src="https://raw.githubusercontent.com/cncf/artwork/main/other/cncf-member/graduated/color/cncf-graduated-color.svg" width="250">

Expand Down Expand Up @@ -249,6 +250,9 @@ Copyright (c) The Jaeger Authors. [Apache 2.0 License](./LICENSE).
[openssf-bp]: https://www.bestpractices.dev/projects/1273
[clomonitor-img]: https://img.shields.io/endpoint?url=https://clomonitor.io/api/projects/cncf/jaeger/badge
[clomonitor]: https://clomonitor.io/projects/cncf/jaeger
[artifacthub-img]: https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/jaegertracing
[artifacthub]: https://artifacthub.io/packages/search?repo=jaegertracing


[dapper]: https://research.google.com/pubs/pub36356.html
[ubeross]: https://uber.github.io
Expand Down

0 comments on commit 9a8b049

Please sign in to comment.