Skip to content

Commit

Permalink
Upgraded image tags to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed Dec 28, 2018
1 parent bb96d14 commit fe65084
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 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.3
image: lotusload/lotus-example:v0.1.4
args:
- three-steps-scenario
- --step=worker
Expand All @@ -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
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.3
image: lotusload/lotus-example:v0.1.4
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.3
image: lotusload/lotus-example:v0.1.4
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.3
image: lotusload/lotus-example:v0.1.4
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.3
image: lotusload/lotus-example:v0.1.4
args:
- three-steps-scenario
- --step=worker
Expand All @@ -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
Expand All @@ -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
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.3
image: lotusload/lotus-example:v0.1.4
args:
- virtual-user-scenario
- --num-virtual-users=100
Expand Down
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.3
tag: v0.1.4
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.3
image: lotusload/lotus:v0.1.4
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.3
image: lotusload/lotus:v0.1.4
args:
- controller
- --log-level=debug
Expand Down

0 comments on commit fe65084

Please sign in to comment.