Skip to content

Commit

Permalink
Bump Temporal Server to v1.21.5 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigozhou authored Aug 26, 2023
1 parent 8611816 commit 8c25fc0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
TEMPORAL_VERSION=1.21.5
TEMPORAL_UI_VERSION=2.17.1
POSTGRESQL_VERSION=13
POSTGRES_PASSWORD=temporal
Expand Down
4 changes: 2 additions & 2 deletions k8s/temporal-cass-es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ items:
value: elasticsearch
- name: ES_VERSION
value: v7
image: temporalio/auto-setup:1.21.3
image: temporalio/auto-setup:1.21.5
name: temporal
ports:
- containerPort: 7233
Expand Down Expand Up @@ -324,7 +324,7 @@ items:
value: temporal:7233
- name: TEMPORAL_CLI_ADDRESS
value: temporal:7233
image: temporalio/admin-tools:1.21.3
image: temporalio/admin-tools:1.21.5
name: temporal-admin-tools
resources: {}
stdin: true
Expand Down
4 changes: 2 additions & 2 deletions k8s/temporal-cass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ items:
value: cassandra
- name: DYNAMIC_CONFIG_FILE_PATH
value: config/dynamicconfig/development-cass.yaml
image: temporalio/auto-setup:1.21.3
image: temporalio/auto-setup:1.21.5
name: temporal
ports:
- containerPort: 7233
Expand Down Expand Up @@ -249,7 +249,7 @@ items:
value: temporal:7233
- name: TEMPORAL_CLI_ADDRESS
value: temporal:7233
image: temporalio/admin-tools:1.21.3
image: temporalio/admin-tools:1.21.5
name: temporal-admin-tools
resources: {}
stdin: true
Expand Down
4 changes: 2 additions & 2 deletions k8s/temporal-mysql-es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ items:
value: mysql
- name: MYSQL_USER
value: root
image: temporalio/auto-setup:1.21.3
image: temporalio/auto-setup:1.21.5
name: temporal
ports:
- containerPort: 7233
Expand Down Expand Up @@ -333,7 +333,7 @@ items:
value: temporal:7233
- name: TEMPORAL_CLI_ADDRESS
value: temporal:7233
image: temporalio/admin-tools:1.21.3
image: temporalio/admin-tools:1.21.5
name: temporal-admin-tools
resources: {}
stdin: true
Expand Down
4 changes: 2 additions & 2 deletions k8s/temporal-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ items:
value: mysql
- name: MYSQL_USER
value: root
image: temporalio/auto-setup:1.21.3
image: temporalio/auto-setup:1.21.5
name: temporal
ports:
- containerPort: 7233
Expand Down Expand Up @@ -260,7 +260,7 @@ items:
value: temporal:7233
- name: TEMPORAL_CLI_ADDRESS
value: temporal:7233
image: temporalio/admin-tools:1.21.3
image: temporalio/admin-tools:1.21.5
name: temporal-admin-tools
resources: {}
stdin: true
Expand Down
4 changes: 2 additions & 2 deletions k8s/temporal-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ items:
value: postgresql
- name: POSTGRES_USER
value: temporal
image: temporalio/auto-setup:1.21.3
image: temporalio/auto-setup:1.21.5
name: temporal
ports:
- containerPort: 7233
Expand Down Expand Up @@ -262,7 +262,7 @@ items:
value: temporal:7233
- name: TEMPORAL_CLI_ADDRESS
value: temporal:7233
image: temporalio/admin-tools:1.21.3
image: temporalio/admin-tools:1.21.5
name: temporal-admin-tools
resources: {}
stdin: true
Expand Down

0 comments on commit 8c25fc0

Please sign in to comment.