Skip to content

Commit

Permalink
Release 1.2.1 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxing1292 authored Oct 27, 2020
1 parent 9aec6fb commit 9b3ef15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.2.0
appVersion: 1.2.1
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ Here are examples of commands you can use to upgrade the "default" and "visibili
Upgrade default schema:

```
temporal_v1.2.0 $ temporal-cassandra-tool \
temporal_v1.2.1 $ temporal-cassandra-tool \
--tls \
--tls-ca-file ... \
--user cassandra-user \
Expand All @@ -468,7 +468,7 @@ temporal_v1.2.0 $ temporal-cassandra-tool \
Upgrade visibility schema:

```
temporal_v1.2.0 $ temporal-cassandra-tool \
temporal_v1.2.1 $ temporal-cassandra-tool \
--tls \
--tls-ca-file ... \
--user cassandra-user \
Expand Down Expand Up @@ -507,9 +507,9 @@ helm-charts $ helm \
--set server.config.persistence.visibility.cassandra.tls.enabled=true \
--set server.config.persistence.visibility.cassandra.replicationFactor=3 \
--set server.config.persistence.visibility.cassandra.keyspace=temporal_visibility \
--set server.image.tag=1.2.0 \
--set server.image.tag=1.2.1 \
--set server.image.repository=temporalio/server \
--set admintools.image.tag=1.2.0 \
--set admintools.image.tag=1.2.1 \
--set admintools.image.repository=temporalio/admin-tools \
--set web.image.tag=1.1.1 \
--set web.image.repository=temporalio/web \
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ server:
enabled: true
image:
repository: temporalio/server
tag: 1.2.0
tag: 1.2.1
pullPolicy: IfNotPresent

kafka:
Expand Down Expand Up @@ -206,7 +206,7 @@ admintools:
enabled: true
image:
repository: temporalio/admin-tools
tag: 1.2.0
tag: 1.2.1
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 9b3ef15

Please sign in to comment.