Release loadtester 0.3.0 with bats support

This commit is contained in:
stefanprodan
2019-04-18 13:45:32 +03:00
parent 3492b07d9a
commit 093348bc60
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: loadtester
image: weaveworks/flagger-loadtester:0.2.0
image: weaveworks/flagger-loadtester:0.3.0
imagePullPolicy: IfNotPresent
ports:
- name: http
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: loadtester
version: 0.2.0
appVersion: 0.2.0
version: 0.3.0
appVersion: 0.3.0
kubeVersion: ">=1.11.0-0"
engine: gotpl
description: Flagger's load testing services based on rakyll/hey that generates traffic during canary analysis when configured as a webhook.
+1 -1
View File
@@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: quay.io/weaveworks/flagger-loadtester
tag: 0.2.0
tag: 0.3.0
pullPolicy: IfNotPresent
logLevel: info
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"time"
)
var VERSION = "0.2.0"
var VERSION = "0.3.0"
var (
logLevel string
port string