Release v0.16.0

This commit is contained in:
stefanprodan
2019-06-23 13:48:39 +03:00
parent df24ba86d0
commit d076f0859e
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ spec:
serviceAccountName: flagger
containers:
- name: flagger
image: weaveworks/flagger:0.15.0
image: weaveworks/flagger:0.16.0
imagePullPolicy: IfNotPresent
ports:
- name: http
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: flagger
version: 0.15.0
appVersion: 0.15.0
version: 0.16.0
appVersion: 0.16.0
kubeVersion: ">=1.11.0-0"
engine: gotpl
description: Flagger is a Kubernetes operator that automates the promotion of canary deployments using Istio, App Mesh or NGINX routing for traffic shifting and Prometheus metrics for canary analysis.
+1 -1
View File
@@ -2,7 +2,7 @@
image:
repository: weaveworks/flagger
tag: 0.15.0
tag: 0.16.0
pullPolicy: IfNotPresent
metricsServer: "http://prometheus:9090"
+1 -1
View File
@@ -1,4 +1,4 @@
package version
var VERSION = "0.15.0"
var VERSION = "0.16.0"
var REVISION = "unknown"