Release v0.20.1

This commit is contained in:
stefanprodan
2019-11-03 11:47:16 +02:00
parent 8349dd1cda
commit 55b4c19670
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ spec:
serviceAccountName: flagger
containers:
- name: flagger
image: weaveworks/flagger:0.20.0
image: weaveworks/flagger:0.20.1
imagePullPolicy: IfNotPresent
ports:
- name: http
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: flagger
version: 0.20.0
appVersion: 0.20.0
version: 0.20.1
appVersion: 0.20.1
kubeVersion: ">=1.11.0-0"
engine: gotpl
description: Flagger is a Kubernetes operator that automates the promotion of canary deployments using Istio, Linkerd, App Mesh, Gloo 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.20.0
tag: 0.20.1
pullPolicy: IfNotPresent
pullSecret:
+1 -1
View File
@@ -8,4 +8,4 @@ resources:
- deployment.yaml
images:
- name: weaveworks/flagger
newTag: 0.20.0
newTag: 0.20.1
+1 -1
View File
@@ -1,4 +1,4 @@
package version
var VERSION = "0.20.0"
var VERSION = "0.20.1"
var REVISION = "unknown"