Release loadtester 0.31.0

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2024-02-07 18:47:23 +02:00
parent c0a00e6970
commit 8128ab3785
4 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: loadtester
version: 0.30.0
appVersion: 0.30.0
version: 0.31.0
appVersion: 0.31.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.30.0
tag: 0.31.0
pullPolicy: IfNotPresent
pullSecret:
+3 -2
View File
@@ -22,13 +22,14 @@ import (
"regexp"
"time"
"go.uber.org/zap"
"github.com/fluxcd/flagger/pkg/loadtester"
"github.com/fluxcd/flagger/pkg/logger"
"github.com/fluxcd/flagger/pkg/signals"
"go.uber.org/zap"
)
var VERSION = "0.30.0"
var VERSION = "0.31.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.30.0
image: ghcr.io/fluxcd/flagger-loadtester:0.31.0
imagePullPolicy: IfNotPresent
ports:
- name: http