Update loadtester Helm to v3.0.0-beta.5

This commit is contained in:
stefanprodan
2019-10-28 15:31:17 +02:00
parent c9bacdfe05
commit 6e6b127092
6 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ chmod +x linux-amd64/helm && mv linux-amd64/helm /usr/local/bin/helm && \
chmod +x linux-amd64/tiller && mv linux-amd64/tiller /usr/local/bin/tiller && \
rm -rf linux-amd64
RUN curl -sSL "https://get.helm.sh/helm-v3.0.0-beta.3-linux-amd64.tar.gz" | tar xvz && \
RUN curl -sSL "https://get.helm.sh/helm-v3.0.0-beta.5-linux-amd64.tar.gz" | tar xvz && \
chmod +x linux-amd64/helm && mv linux-amd64/helm /usr/local/bin/helmv3 && \
rm -rf linux-amd64

View File

@@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: loadtester
image: weaveworks/flagger-loadtester:0.9.0
image: weaveworks/flagger-loadtester:0.10.0
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@@ -1,7 +1,7 @@
apiVersion: v1
name: loadtester
version: 0.9.0
appVersion: 0.9.0
version: 0.10.0
appVersion: 0.10.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: weaveworks/flagger-loadtester
tag: 0.9.0
tag: 0.10.0
pullPolicy: IfNotPresent
podAnnotations:

View File

@@ -10,7 +10,7 @@ import (
"time"
)
var VERSION = "0.9.0"
var VERSION = "0.10.0"
var (
logLevel string
port string

View File

@@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: loadtester
image: weaveworks/flagger-loadtester:0.9.0
image: weaveworks/flagger-loadtester:0.10.0
imagePullPolicy: IfNotPresent
ports:
- name: http