loadtester: release v0.15.0

This commit is contained in:
stefanprodan
2020-03-30 11:14:27 +03:00
parent 3807a5019d
commit a5986987b7
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: loadtester
version: 0.14.0
appVersion: 0.14.0
version: 0.15.0
appVersion: 0.15.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.14.0
tag: 0.15.0
pullPolicy: IfNotPresent
podAnnotations:
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"go.uber.org/zap"
)
var VERSION = "0.14.0"
var VERSION = "0.15.0"
var (
logLevel string
port string
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: loadtester
image: weaveworks/flagger-loadtester:0.14.0
image: weaveworks/flagger-loadtester:0.15.0
imagePullPolicy: IfNotPresent
ports:
- name: http