File tree 7 files changed +13
-13
lines changed
7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ COMPOSE_PROJECT_NAME=temporal
2
2
CASSANDRA_VERSION = 3.11.9
3
3
ELASTICSEARCH_VERSION = 7.16.2
4
4
MYSQL_VERSION = 8
5
- TEMPORAL_VERSION = 1.22.1
5
+ TEMPORAL_VERSION = 1.22.2
6
6
TEMPORAL_UI_VERSION = 2.21.0
7
7
POSTGRESQL_VERSION = 13
8
8
POSTGRES_PASSWORD = temporal
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ items:
217
217
value : elasticsearch
218
218
- name : ES_VERSION
219
219
value : v7
220
- image : temporalio/auto-setup:1.22.0
220
+ image : temporalio/auto-setup:1.22.2
221
221
name : temporal
222
222
ports :
223
223
- containerPort : 7233
@@ -324,7 +324,7 @@ items:
324
324
value : temporal:7233
325
325
- name : TEMPORAL_CLI_ADDRESS
326
326
value : temporal:7233
327
- image : temporalio/admin-tools:1.22.0
327
+ image : temporalio/admin-tools:1.22.2
328
328
name : temporal-admin-tools
329
329
resources : {}
330
330
stdin : true
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ items:
142
142
value : cassandra
143
143
- name : DYNAMIC_CONFIG_FILE_PATH
144
144
value : config/dynamicconfig/development-cass.yaml
145
- image : temporalio/auto-setup:1.22.0
145
+ image : temporalio/auto-setup:1.22.2
146
146
name : temporal
147
147
ports :
148
148
- containerPort : 7233
@@ -249,7 +249,7 @@ items:
249
249
value : temporal:7233
250
250
- name : TEMPORAL_CLI_ADDRESS
251
251
value : temporal:7233
252
- image : temporalio/admin-tools:1.22.0
252
+ image : temporalio/admin-tools:1.22.2
253
253
name : temporal-admin-tools
254
254
resources : {}
255
255
stdin : true
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ items:
226
226
value : mysql
227
227
- name : MYSQL_USER
228
228
value : root
229
- image : temporalio/auto-setup:1.22.0
229
+ image : temporalio/auto-setup:1.22.2
230
230
name : temporal
231
231
ports :
232
232
- containerPort : 7233
@@ -333,7 +333,7 @@ items:
333
333
value : temporal:7233
334
334
- name : TEMPORAL_CLI_ADDRESS
335
335
value : temporal:7233
336
- image : temporalio/admin-tools:1.22.0
336
+ image : temporalio/admin-tools:1.22.2
337
337
name : temporal-admin-tools
338
338
resources : {}
339
339
stdin : true
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ items:
153
153
value : mysql
154
154
- name : MYSQL_USER
155
155
value : root
156
- image : temporalio/auto-setup:1.22.0
156
+ image : temporalio/auto-setup:1.22.2
157
157
name : temporal
158
158
ports :
159
159
- containerPort : 7233
@@ -260,7 +260,7 @@ items:
260
260
value : temporal:7233
261
261
- name : TEMPORAL_CLI_ADDRESS
262
262
value : temporal:7233
263
- image : temporalio/admin-tools:1.22.0
263
+ image : temporalio/admin-tools:1.22.2
264
264
name : temporal-admin-tools
265
265
resources : {}
266
266
stdin : true
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ items:
155
155
value : postgresql
156
156
- name : POSTGRES_USER
157
157
value : temporal
158
- image : temporalio/auto-setup:1.22.0
158
+ image : temporalio/auto-setup:1.22.2
159
159
name : temporal
160
160
ports :
161
161
- containerPort : 7233
@@ -262,7 +262,7 @@ items:
262
262
value : temporal:7233
263
263
- name : TEMPORAL_CLI_ADDRESS
264
264
value : temporal:7233
265
- image : temporalio/admin-tools:1.22.0
265
+ image : temporalio/admin-tools:1.22.2
266
266
name : temporal-admin-tools
267
267
resources : {}
268
268
stdin : true
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ items:
249
249
value : postgresql
250
250
- name : POSTGRES_USER
251
251
value : temporal
252
- image : temporalio/auto-setup:1.21.1
252
+ image : temporalio/auto-setup:1.22.2
253
253
name : temporal
254
254
ports :
255
255
- containerPort : 7233
@@ -356,7 +356,7 @@ items:
356
356
value : temporal:7233
357
357
- name : TEMPORAL_CLI_ADDRESS
358
358
value : temporal:7233
359
- image : temporalio/admin-tools:1.21.1
359
+ image : temporalio/admin-tools:1.22.2
360
360
name : temporal-admin-tools
361
361
resources : {}
362
362
stdin : true
You can’t perform that action at this time.
0 commit comments