diff --git a/docs/lotus-crd-configurations.md b/docs/lotus-crd-configurations.md index fb34917..d5ec53c 100644 --- a/docs/lotus-crd-configurations.md +++ b/docs/lotus-crd-configurations.md @@ -17,7 +17,7 @@ spec: metricsPort: 8081 containers: - name: worker - image: lotusload/lotus-example:v0.1.3 + image: lotusload/lotus-example:v0.1.4 args: - three-steps-scenario - --step=worker @@ -36,14 +36,14 @@ spec: preparer: containers: - name: preparer - image: lotusload/lotus-example:v0.1.3 + image: lotusload/lotus-example:v0.1.4 args: - three-steps-scenario - --step=preparer cleaner: containers: - name: cleaner - image: lotusload/lotus-example:v0.1.3 + image: lotusload/lotus-example:v0.1.4 args: - three-steps-scenario - --step=cleaner diff --git a/examples/helloworld/deployment.yaml b/examples/helloworld/deployment.yaml index 93664d1..6010680 100644 --- a/examples/helloworld/deployment.yaml +++ b/examples/helloworld/deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: helloworld - image: lotusload/lotus-example:v0.1.3 + image: lotusload/lotus-example:v0.1.4 args: - helloworld ports: diff --git a/examples/simple-grpc-scenario.yaml b/examples/simple-grpc-scenario.yaml index 7176799..20519a6 100644 --- a/examples/simple-grpc-scenario.yaml +++ b/examples/simple-grpc-scenario.yaml @@ -9,7 +9,7 @@ spec: metricsPort: 8081 containers: - name: worker - image: lotusload/lotus-example:v0.1.3 + image: lotusload/lotus-example:v0.1.4 args: - simple-grpc-scenario - --helloworld-grpc-address=helloworld:8080 diff --git a/examples/simple-http-scenario.yaml b/examples/simple-http-scenario.yaml index 496c1e8..0a9427d 100644 --- a/examples/simple-http-scenario.yaml +++ b/examples/simple-http-scenario.yaml @@ -9,7 +9,7 @@ spec: metricsPort: 8081 containers: - name: worker - image: lotusload/lotus-example:v0.1.3 + image: lotusload/lotus-example:v0.1.4 args: - simple-http-scenario ports: diff --git a/examples/three-steps-scenario.yaml b/examples/three-steps-scenario.yaml index bc4f0e7..b0ff33b 100644 --- a/examples/three-steps-scenario.yaml +++ b/examples/three-steps-scenario.yaml @@ -10,7 +10,7 @@ spec: metricsPort: 8081 containers: - name: worker - image: lotusload/lotus-example:v0.1.3 + image: lotusload/lotus-example:v0.1.4 args: - three-steps-scenario - --step=worker @@ -22,7 +22,7 @@ spec: preparer: containers: - name: preparer - image: lotusload/lotus-example:v0.1.3 + image: lotusload/lotus-example:v0.1.4 args: - three-steps-scenario - --step=preparer @@ -32,7 +32,7 @@ spec: cleaner: containers: - name: cleaner - image: lotusload/lotus-example:v0.1.3 + image: lotusload/lotus-example:v0.1.4 args: - three-steps-scenario - --step=cleaner diff --git a/examples/virtualuser-scenario.yaml b/examples/virtualuser-scenario.yaml index a61f837..d4738f4 100644 --- a/examples/virtualuser-scenario.yaml +++ b/examples/virtualuser-scenario.yaml @@ -10,7 +10,7 @@ spec: metricsPort: 8081 containers: - name: worker - image: lotusload/lotus-example:v0.1.3 + image: lotusload/lotus-example:v0.1.4 args: - virtual-user-scenario - --num-virtual-users=100 diff --git a/install/helm/values.yaml b/install/helm/values.yaml index 516c337..127756b 100644 --- a/install/helm/values.yaml +++ b/install/helm/values.yaml @@ -1,7 +1,7 @@ lotus: image: repository: lotusload/lotus - tag: v0.1.3 + tag: v0.1.4 rbac: enabled: true configs: diff --git a/install/manifests-norbac/controller-deployment.yaml b/install/manifests-norbac/controller-deployment.yaml index 91f9058..9934eb2 100644 --- a/install/manifests-norbac/controller-deployment.yaml +++ b/install/manifests-norbac/controller-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: lotus-controller - image: lotusload/lotus:v0.1.3 + image: lotusload/lotus:v0.1.4 args: - controller - --log-level=debug diff --git a/install/manifests/controller-deployment.yaml b/install/manifests/controller-deployment.yaml index f3223ce..8fc802c 100644 --- a/install/manifests/controller-deployment.yaml +++ b/install/manifests/controller-deployment.yaml @@ -19,7 +19,7 @@ spec: serviceAccountName: lotus-controller containers: - name: lotus-controller - image: lotusload/lotus:v0.1.3 + image: lotusload/lotus:v0.1.4 args: - controller - --log-level=debug