Skip to content

Commit 0c5fba9

Browse files
committed
Upgraded image tags to v0.1.2
1 parent 4f4ae24 commit 0c5fba9

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

docs/lotus-crd-configurations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
metricsPort: 8081
1818
containers:
1919
- name: worker
20-
image: lotusload/lotus-example:v0.1.1
20+
image: lotusload/lotus-example:v0.1.2
2121
args:
2222
- three-steps-scenario
2323
- --step=worker
@@ -36,14 +36,14 @@ spec:
3636
preparer:
3737
containers:
3838
- name: preparer
39-
image: lotusload/lotus-example:v0.1.1
39+
image: lotusload/lotus-example:v0.1.2
4040
args:
4141
- three-steps-scenario
4242
- --step=preparer
4343
cleaner:
4444
containers:
4545
- name: cleaner
46-
image: lotusload/lotus-example:v0.1.1
46+
image: lotusload/lotus-example:v0.1.2
4747
args:
4848
- three-steps-scenario
4949
- --step=cleaner

examples/helloworld/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: helloworld
19-
image: lotusload/lotus-example:v0.1.1
19+
image: lotusload/lotus-example:v0.1.2
2020
args:
2121
- helloworld
2222
ports:

examples/simple-grpc-scenario.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
metricsPort: 8081
1010
containers:
1111
- name: worker
12-
image: lotusload/lotus-example:v0.1.1
12+
image: lotusload/lotus-example:v0.1.2
1313
args:
1414
- simple-grpc-scenario
1515
- --helloworld-grpc-address=helloworld:8080

examples/simple-http-scenario.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
metricsPort: 8081
1010
containers:
1111
- name: worker
12-
image: lotusload/lotus-example:v0.1.1
12+
image: lotusload/lotus-example:v0.1.2
1313
args:
1414
- simple-http-scenario
1515
ports:

examples/three-steps-scenario.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
metricsPort: 8081
1111
containers:
1212
- name: worker
13-
image: lotusload/lotus-example:v0.1.1
13+
image: lotusload/lotus-example:v0.1.2
1414
args:
1515
- three-steps-scenario
1616
- --step=worker
@@ -22,7 +22,7 @@ spec:
2222
preparer:
2323
containers:
2424
- name: preparer
25-
image: lotusload/lotus-example:v0.1.1
25+
image: lotusload/lotus-example:v0.1.2
2626
args:
2727
- three-steps-scenario
2828
- --step=preparer
@@ -32,7 +32,7 @@ spec:
3232
cleaner:
3333
containers:
3434
- name: cleaner
35-
image: lotusload/lotus-example:v0.1.1
35+
image: lotusload/lotus-example:v0.1.2
3636
args:
3737
- three-steps-scenario
3838
- --step=cleaner

examples/virtualuser-scenario.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
metricsPort: 8081
1111
containers:
1212
- name: worker
13-
image: lotusload/lotus-example:v0.1.1
13+
image: lotusload/lotus-example:v0.1.2
1414
args:
1515
- virtual-user-scenario
1616
- --num-virtual-users=100

install/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
lotus:
22
image:
33
repository: lotusload/lotus
4-
tag: v0.1.1
4+
tag: v0.1.2
55
rbac:
66
enabled: true
77
configs:

install/manifests-norbac/controller-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
spec:
1919
containers:
2020
- name: lotus-controller
21-
image: lotusload/lotus:v0.1.1
21+
image: lotusload/lotus:v0.1.2
2222
args:
2323
- controller
2424
- --log-level=debug

install/manifests/controller-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
serviceAccountName: lotus-controller
2020
containers:
2121
- name: lotus-controller
22-
image: lotusload/lotus:v0.1.1
22+
image: lotusload/lotus:v0.1.2
2323
args:
2424
- controller
2525
- --log-level=debug

0 commit comments

Comments
 (0)