Release v0.4.1

This commit is contained in:
stefanprodan
2019-01-24 12:17:37 +02:00
parent 3b2564f34b
commit 05664fa648
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -55,4 +55,4 @@ spec:
url: http://flagger-loadtester.test/
timeout: 5s
metadata:
cmd: "hey -z 1m -q 10 -c 2 http://podinfo.test:9898/"
cmd: "hey -z 1m -q 10 -c 2 http://podinfo.test:9898/"
+1 -1
View File
@@ -22,7 +22,7 @@ spec:
serviceAccountName: flagger
containers:
- name: flagger
image: quay.io/stefanprodan/flagger:0.4.0
image: quay.io/stefanprodan/flagger:0.4.1
imagePullPolicy: Always
ports:
- name: http
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: flagger
version: 0.4.0
appVersion: 0.4.0
version: 0.4.1
appVersion: 0.4.1
kubeVersion: ">=1.11.0-0"
engine: gotpl
description: Flagger is a Kubernetes operator that automates the promotion of canary deployments using Istio routing for traffic shifting and Prometheus metrics for canary analysis.
+1 -1
View File
@@ -2,7 +2,7 @@
image:
repository: quay.io/stefanprodan/flagger
tag: 0.4.0
tag: 0.4.1
pullPolicy: IfNotPresent
metricsServer: "http://prometheus.istio-system.svc.cluster.local:9090"
+1 -1
View File
@@ -1,4 +1,4 @@
package version
var VERSION = "0.4.0"
var VERSION = "0.4.1"
var REVISION = "unknown"