Skip to content

Commit

Permalink
Release v0.1.5 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv authored Oct 22, 2019
1 parent 5698c8b commit 3183638
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions docs/lotus-crd-configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
metricsPort: 8081
containers:
- name: worker
image: lotusload/lotus-example:v0.1.4
image: lotusload/lotus-example:v0.1.5
args:
- three-steps-scenario
- --step=worker
Expand All @@ -36,14 +36,14 @@ spec:
preparer:
containers:
- name: preparer
image: lotusload/lotus-example:v0.1.4
image: lotusload/lotus-example:v0.1.5
args:
- three-steps-scenario
- --step=preparer
cleaner:
containers:
- name: cleaner
image: lotusload/lotus-example:v0.1.4
image: lotusload/lotus-example:v0.1.5
args:
- three-steps-scenario
- --step=cleaner
Expand Down
2 changes: 1 addition & 1 deletion examples/helloworld/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: helloworld
image: lotusload/lotus-example:v0.1.4
image: lotusload/lotus-example:v0.1.5
args:
- helloworld
ports:
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-grpc-scenario.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
metricsPort: 8081
containers:
- name: worker
image: lotusload/lotus-example:v0.1.4
image: lotusload/lotus-example:v0.1.5
args:
- simple-grpc-scenario
- --helloworld-grpc-address=helloworld:8080
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-http-scenario.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
metricsPort: 8081
containers:
- name: worker
image: lotusload/lotus-example:v0.1.4
image: lotusload/lotus-example:v0.1.5
args:
- simple-http-scenario
ports:
Expand Down
6 changes: 3 additions & 3 deletions examples/three-steps-scenario.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
metricsPort: 8081
containers:
- name: worker
image: lotusload/lotus-example:v0.1.4
image: lotusload/lotus-example:v0.1.5
args:
- three-steps-scenario
- --step=worker
Expand All @@ -22,7 +22,7 @@ spec:
preparer:
containers:
- name: preparer
image: lotusload/lotus-example:v0.1.4
image: lotusload/lotus-example:v0.1.5
args:
- three-steps-scenario
- --step=preparer
Expand All @@ -32,7 +32,7 @@ spec:
cleaner:
containers:
- name: cleaner
image: lotusload/lotus-example:v0.1.4
image: lotusload/lotus-example:v0.1.5
args:
- three-steps-scenario
- --step=cleaner
Expand Down
2 changes: 1 addition & 1 deletion examples/virtualuser-scenario.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
metricsPort: 8081
containers:
- name: worker
image: lotusload/lotus-example:v0.1.4
image: lotusload/lotus-example:v0.1.5
args:
- virtual-user-scenario
- --num-virtual-users=100
Expand Down
2 changes: 1 addition & 1 deletion hack/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ CMD_DIR="$ROOT/cmd"
for d in $(find ${CMD_DIR} ! -path ${CMD_DIR} -type d -maxdepth 1); do
cmd=${d##*/}
echo "Pushing ${cmd}..."
bazel run --platforms=@io_bazel_rules_go//go/toolchain:linux_amd64 //cmd/${cmd}:push
bazelisk run --platforms=@io_bazel_rules_go//go/toolchain:linux_amd64 //cmd/${cmd}:push
done
2 changes: 1 addition & 1 deletion install/helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lotus:
image:
repository: lotusload/lotus
tag: v0.1.4
tag: v0.1.5
rbac:
enabled: true
configs:
Expand Down
2 changes: 1 addition & 1 deletion install/manifests-norbac/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: lotus-controller
image: lotusload/lotus:v0.1.4
image: lotusload/lotus:v0.1.5
args:
- controller
- --log-level=debug
Expand Down
2 changes: 1 addition & 1 deletion install/manifests/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
serviceAccountName: lotus-controller
containers:
- name: lotus-controller
image: lotusload/lotus:v0.1.4
image: lotusload/lotus:v0.1.5
args:
- controller
- --log-level=debug
Expand Down

0 comments on commit 3183638

Please sign in to comment.