Skip to content

Commit 0cab25e

Browse files
authored
Merge pull request #1083 from fluxcd/loadtester-v0.21.0
Release loadtester v0.21.0
2 parents 8695660 + cbf6b46 commit 0cab25e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

charts/loadtester/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: loadtester
3-
version: 0.20.0
4-
appVersion: 0.19.0
3+
version: 0.21.0
4+
appVersion: 0.21.0
55
kubeVersion: ">=1.11.0-0"
66
engine: gotpl
77
description: Flagger's load testing services based on rakyll/hey and bojand/ghz that generates traffic during canary analysis when configured as a webhook.

charts/loadtester/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ replicaCount: 1
22

33
image:
44
repository: ghcr.io/fluxcd/flagger-loadtester
5-
tag: 0.19.0
5+
tag: 0.21.0
66
pullPolicy: IfNotPresent
77
pullSecret:
88

cmd/loadtester/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
"go.uber.org/zap"
2828
)
2929

30-
var VERSION = "0.20.0"
30+
var VERSION = "0.21.0"
3131
var (
3232
logLevel string
3333
port string

kustomize/tester/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: loadtester
22-
image: ghcr.io/fluxcd/flagger-loadtester:0.18.0
22+
image: ghcr.io/fluxcd/flagger-loadtester:0.21.0
2323
imagePullPolicy: IfNotPresent
2424
ports:
2525
- name: http

0 commit comments

Comments
 (0)