Release loadtester v0.29.0

Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
This commit is contained in:
Sanskar Jaiswal
2023-08-28 16:08:44 +05:30
parent ddc337b01a
commit 3feaabea76
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: loadtester
version: 0.28.1
appVersion: 0.28.1
version: 0.29.0
appVersion: 0.29.0
kubeVersion: ">=1.19.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: ghcr.io/fluxcd/flagger-loadtester
tag: 0.28.1
tag: 0.29.0
pullPolicy: IfNotPresent
pullSecret:
+1 -1
View File
@@ -28,7 +28,7 @@ import (
"go.uber.org/zap"
)
var VERSION = "0.28.1"
var VERSION = "0.29.0"
var (
logLevel string
port string
+1 -1
View File
@@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: loadtester
image: ghcr.io/fluxcd/flagger-loadtester:0.28.1
image: ghcr.io/fluxcd/flagger-loadtester:0.29.0
imagePullPolicy: IfNotPresent
ports:
- name: http