mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
20 lines
617 B
YAML
20 lines
617 B
YAML
apiVersion: v1
|
|
name: flagger
|
|
version: 0.8.0
|
|
appVersion: 0.8.0
|
|
kubeVersion: ">=1.11.0-0"
|
|
engine: gotpl
|
|
description: Flagger is a Kubernetes operator that automates the promotion of canary deployments using Istio routing for traffic shifting and Prometheus metrics for canary analysis.
|
|
home: https://docs.flagger.app
|
|
icon: https://raw.githubusercontent.com/stefanprodan/flagger/master/docs/logo/flagger-icon.png
|
|
sources:
|
|
- https://github.com/stefanprodan/flagger
|
|
maintainers:
|
|
- name: stefanprodan
|
|
url: https://github.com/stefanprodan
|
|
email: stefanprodan@users.noreply.github.com
|
|
keywords:
|
|
- canary
|
|
- istio
|
|
- gitops
|