Merge pull request #1083 from fluxcd/loadtester-v0.21.0

Release loadtester v0.21.0
This commit is contained in:
Stefan Prodan
2021-12-16 14:43:01 +02:00
committed by GitHub
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v1
name: loadtester
version: 0.20.0
appVersion: 0.19.0
version: 0.21.0
appVersion: 0.21.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.

View File

@@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: ghcr.io/fluxcd/flagger-loadtester
tag: 0.19.0
tag: 0.21.0
pullPolicy: IfNotPresent
pullSecret:

View File

@@ -27,7 +27,7 @@ import (
"go.uber.org/zap"
)
var VERSION = "0.20.0"
var VERSION = "0.21.0"
var (
logLevel string
port string

View File

@@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: loadtester
image: ghcr.io/fluxcd/flagger-loadtester:0.18.0
image: ghcr.io/fluxcd/flagger-loadtester:0.21.0
imagePullPolicy: IfNotPresent
ports:
- name: http