Release loadtester v0.14.0

This commit is contained in:
stefanprodan
2020-03-19 13:25:13 +02:00
parent 0def28d7c3
commit 1d618a9945
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: loadtester
version: 0.13.0
appVersion: 0.13.0
version: 0.14.0
appVersion: 0.14.0
kubeVersion: ">=1.11.0-0"
engine: gotpl
description: Flagger's load testing services based on rakyll/hey and bojand/ghz that generates traffic during canary analysis when configured as a webhook.
+1 -1
View File
@@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: weaveworks/flagger-loadtester
tag: 0.13.0
tag: 0.14.0
pullPolicy: IfNotPresent
podAnnotations:
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"go.uber.org/zap"
)
var VERSION = "0.13.0"
var VERSION = "0.14.0"
var (
logLevel string
port string
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: loadtester
image: weaveworks/flagger-loadtester:0.13.0
image: weaveworks/flagger-loadtester:0.14.0
imagePullPolicy: IfNotPresent
ports:
- name: http