Skip to content

Commit

Permalink
Update Helm chart to include the new CRD spec
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Sep 28, 2018
1 parent 5adbcd5 commit 4a5d855
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# steerer

[![travis](https://travis-ci.org/stefanprodan/steerer.svg?branch=master)](https://travis-ci.org/stefanprodan/steerer)
![docker](https://img.shields.io/microbadger/image-size/stefanprodan/steerer.svg)
![license](https://img.shields.io/github/license/stefanprodan/steerer.svg)

Steerer is a Kubernetes operator that automates the promotion of canary deployments
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 modified docs/steerer-0.0.1.tgz
Binary file not shown.

0 comments on commit 4a5d855

Please sign in to comment.