Update Helm chart to include the new CRD spec

This commit is contained in:
Stefan Prodan
2018-09-28 13:47:29 +03:00
parent 5adbcd5189
commit 4a5d855bc4
3 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -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
@@ -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
View File
@@ -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.