mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Update Helm chart to include the new CRD spec
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# steerer
|
||||
|
||||
[](https://travis-ci.org/stefanprodan/steerer)
|
||||

|
||||

|
||||
|
||||
Steerer is a Kubernetes operator that automates the promotion of canary deployments
|
||||
@@ -45,7 +44,7 @@ Gated rollout stages:
|
||||
* halt rollout if percentage is under the specified threshold
|
||||
* increase canary traffic wight by 10% till it reaches 100%
|
||||
* halt rollout while canary request success rate is under the threshold
|
||||
* halt rollout while canary request duration are over the threshold
|
||||
* halt rollout while canary request duration P99 is over the threshold
|
||||
* halt rollout if the primary or canary deployment becomes unhealthy
|
||||
* halt rollout while canary deployment is being scaled up/down by HPA
|
||||
* promote canary to primary
|
||||
|
||||
+4
-4
@@ -2,14 +2,14 @@ apiVersion: v1
|
||||
entries:
|
||||
steerer:
|
||||
- apiVersion: v1
|
||||
appVersion: 0.0.1-beta.5
|
||||
created: 2018-09-26T23:03:14.009673769+03:00
|
||||
appVersion: 0.0.1-beta.9
|
||||
created: 2018-09-28T13:46:40.314846145+03:00
|
||||
description: Steerer is a Kubernetes operator that automates the promotion of
|
||||
canary deployments using Istio routing for traffic shifting and Prometheus metrics
|
||||
for canary analysis.
|
||||
digest: cdbbb52ac8555af6ea0531feb9570d753c3648c940ad2b0b6e2ff9473602301a
|
||||
digest: 01a16d868cd66bf708ccbc51684a1147f94bad037f0c9971a91e8622439a8ebf
|
||||
name: steerer
|
||||
urls:
|
||||
- https://stefanprodan.github.io/steerer/steerer-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
generated: 2018-09-26T23:03:14.009180667+03:00
|
||||
generated: 2018-09-28T13:46:40.313995039+03:00
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user