Skip to content

Commit 9e1fad3

Browse files
committed
Add link to Flux governance document
Signed-off-by: Stefan Prodan <[email protected]>
1 parent a4f5a98 commit 9e1fad3

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

GOVERNANCE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Flagger Governance
2+
3+
The Flagger project is governed by the [Flux governance document](https://github.com/fluxcd/community/blob/main/GOVERNANCE.md),
4+
involvement is defined in the [Flux community roles document](chttps://github.com/fluxcd/community/blob/main/community-roles.md),
5+
and processes can be found in the [Flux process document](https://github.com/fluxcd/community/blob/main/PROCESS.md).

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# flagger
22

3+
[![release](https://img.shields.io/github/release/fluxcd/flagger/all.svg)](https://github.com/fluxcd/flagger/releases)
34
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4783/badge)](https://bestpractices.coreinfrastructure.org/projects/4783)
45
[![build](https://github.com/fluxcd/flagger/workflows/build/badge.svg)](https://github.com/fluxcd/flagger/actions)
56
[![report](https://goreportcard.com/badge/github.com/fluxcd/flagger)](https://goreportcard.com/report/github.com/fluxcd/flagger)
67
[![license](https://img.shields.io/github/license/fluxcd/flagger.svg)](https://github.com/fluxcd/flagger/blob/main/LICENSE)
7-
[![release](https://img.shields.io/github/release/fluxcd/flagger/all.svg)](https://github.com/fluxcd/flagger/releases)
8+
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Ffluxcd%2Fflagger.svg?type=shield)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Ffluxcd%2Fflagger?ref=badge_shield)
9+
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/flagger)](https://artifacthub.io/packages/search?repo=flagger)
810

911
Flagger is a progressive delivery tool that automates the release process for applications running on Kubernetes.
1012
It reduces the risk of introducing a new software version in production
@@ -44,11 +46,12 @@ Flagger documentation can be found at [docs.flagger.app](https://docs.flagger.ap
4446
* [Traefik](https://docs.flagger.app/tutorials/traefik-progressive-delivery)
4547
* [Kubernetes Blue/Green](https://docs.flagger.app/tutorials/kubernetes-blue-green)
4648

47-
### Who is using Flagger
49+
### Adopters
4850

4951
**Our list of production users has moved to <https://fluxcd.io/adopters/#flagger>**.
5052

51-
If you are using Flagger, please [submit a PR to add your organization](https://github.com/fluxcd/website/tree/main/adopters#readme) to the list!
53+
If you are using Flagger, please
54+
[submit a PR to add your organization](https://github.com/fluxcd/website/tree/main/adopters#readme) to the list!
5255

5356
### Canary CRD
5457

0 commit comments

Comments
 (0)