Skip to content

Commit

Permalink
Merge pull request #1560 from fluxcd/release-ld-v0.30.0
Browse files Browse the repository at this point in the history
Release loadtester v0.30.0
aryan9600 authored Nov 30, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 825b5d1 + daab497 commit 83b5800
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/loadtester/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: loadtester
version: 0.29.0
appVersion: 0.29.0
version: 0.30.0
appVersion: 0.30.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.
2 changes: 1 addition & 1 deletion charts/loadtester/values.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: ghcr.io/fluxcd/flagger-loadtester
tag: 0.29.0
tag: 0.30.0
pullPolicy: IfNotPresent
pullSecret:

2 changes: 1 addition & 1 deletion cmd/loadtester/main.go
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ import (
"go.uber.org/zap"
)

var VERSION = "0.29.0"
var VERSION = "0.30.0"
var (
logLevel string
port string
2 changes: 1 addition & 1 deletion kustomize/tester/deployment.yaml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: loadtester
image: ghcr.io/fluxcd/flagger-loadtester:0.29.0
image: ghcr.io/fluxcd/flagger-loadtester:0.30.0
imagePullPolicy: IfNotPresent
ports:
- name: http

0 comments on commit 83b5800

Please sign in to comment.