mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Release v0.0.1-beta.12
- use CRD status for canary state
This commit is contained in:
@@ -22,7 +22,7 @@ spec:
|
||||
serviceAccountName: steerer
|
||||
containers:
|
||||
- name: steerer
|
||||
image: stefanprodan/steerer:0.0.1-beta.9
|
||||
image: stefanprodan/steerer:0.0.1-beta.12
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
name: steerer
|
||||
version: 0.0.1
|
||||
appVersion: 0.0.1-beta.9
|
||||
appVersion: 0.0.1-beta.12
|
||||
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.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
image:
|
||||
repository: stefanprodan/steerer
|
||||
tag: 0.0.1-beta.9
|
||||
tag: 0.0.1-beta.12
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
controlLoopInterval: "10s"
|
||||
|
||||
+4
-4
@@ -2,14 +2,14 @@ apiVersion: v1
|
||||
entries:
|
||||
steerer:
|
||||
- apiVersion: v1
|
||||
appVersion: 0.0.1-beta.9
|
||||
created: 2018-09-28T13:46:40.314846145+03:00
|
||||
appVersion: 0.0.1-beta.12
|
||||
created: 2018-09-28T16:49:49.90177054+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: 01a16d868cd66bf708ccbc51684a1147f94bad037f0c9971a91e8622439a8ebf
|
||||
digest: 792a2bf520cac415a2e2a4a3b2b7142c9fb09a4737ea7135146bd5796c5f9d94
|
||||
name: steerer
|
||||
urls:
|
||||
- https://stefanprodan.github.io/steerer/steerer-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
generated: 2018-09-28T13:46:40.313995039+03:00
|
||||
generated: 2018-09-28T16:49:49.900919976+03:00
|
||||
|
||||
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
package version
|
||||
|
||||
var VERSION = "0.0.1-beta.9"
|
||||
var VERSION = "0.0.1-beta.12"
|
||||
var REVISION = "unknown"
|
||||
|
||||
Reference in New Issue
Block a user