Bump Temporal Server to v1.22.0 (#187)

This commit is contained in:
Rodrigo Zhou
2023-09-06 05:32:16 -05:00
committed by GitHub
parent 8c25fc0281
commit b5e2887d5d
6 changed files with 11 additions and 11 deletions

2
.env
View File

@@ -2,7 +2,7 @@ COMPOSE_PROJECT_NAME=temporal
CASSANDRA_VERSION=3.11.9
ELASTICSEARCH_VERSION=7.16.2
MYSQL_VERSION=8
TEMPORAL_VERSION=1.21.5
TEMPORAL_VERSION=1.22.0
TEMPORAL_UI_VERSION=2.17.1
POSTGRESQL_VERSION=13
POSTGRES_PASSWORD=temporal

View File

@@ -217,7 +217,7 @@ items:
value: elasticsearch
- name: ES_VERSION
value: v7
image: temporalio/auto-setup:1.21.5
image: temporalio/auto-setup:1.22.0
name: temporal
ports:
- containerPort: 7233
@@ -324,7 +324,7 @@ items:
value: temporal:7233
- name: TEMPORAL_CLI_ADDRESS
value: temporal:7233
image: temporalio/admin-tools:1.21.5
image: temporalio/admin-tools:1.22.0
name: temporal-admin-tools
resources: {}
stdin: true

View File

@@ -142,7 +142,7 @@ items:
value: cassandra
- name: DYNAMIC_CONFIG_FILE_PATH
value: config/dynamicconfig/development-cass.yaml
image: temporalio/auto-setup:1.21.5
image: temporalio/auto-setup:1.22.0
name: temporal
ports:
- containerPort: 7233
@@ -249,7 +249,7 @@ items:
value: temporal:7233
- name: TEMPORAL_CLI_ADDRESS
value: temporal:7233
image: temporalio/admin-tools:1.21.5
image: temporalio/admin-tools:1.22.0
name: temporal-admin-tools
resources: {}
stdin: true

View File

@@ -226,7 +226,7 @@ items:
value: mysql
- name: MYSQL_USER
value: root
image: temporalio/auto-setup:1.21.5
image: temporalio/auto-setup:1.22.0
name: temporal
ports:
- containerPort: 7233
@@ -333,7 +333,7 @@ items:
value: temporal:7233
- name: TEMPORAL_CLI_ADDRESS
value: temporal:7233
image: temporalio/admin-tools:1.21.5
image: temporalio/admin-tools:1.22.0
name: temporal-admin-tools
resources: {}
stdin: true

View File

@@ -153,7 +153,7 @@ items:
value: mysql
- name: MYSQL_USER
value: root
image: temporalio/auto-setup:1.21.5
image: temporalio/auto-setup:1.22.0
name: temporal
ports:
- containerPort: 7233
@@ -260,7 +260,7 @@ items:
value: temporal:7233
- name: TEMPORAL_CLI_ADDRESS
value: temporal:7233
image: temporalio/admin-tools:1.21.5
image: temporalio/admin-tools:1.22.0
name: temporal-admin-tools
resources: {}
stdin: true

View File

@@ -155,7 +155,7 @@ items:
value: postgresql
- name: POSTGRES_USER
value: temporal
image: temporalio/auto-setup:1.21.5
image: temporalio/auto-setup:1.22.0
name: temporal
ports:
- containerPort: 7233
@@ -262,7 +262,7 @@ items:
value: temporal:7233
- name: TEMPORAL_CLI_ADDRESS
value: temporal:7233
image: temporalio/admin-tools:1.21.5
image: temporalio/admin-tools:1.22.0
name: temporal-admin-tools
resources: {}
stdin: true