Skip to content

Commit

Permalink
Release 1.2.0 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxing1292 authored Oct 26, 2020
1 parent 7d769b4 commit 9aec6fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.1.1
appVersion: 1.2.0
10 changes: 5 additions & 5 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.1.1 $ temporal-cassandra-tool \
temporal_v1.2.0 $ temporal-cassandra-tool \
--tls \
--tls-ca-file ... \
--user cassandra-user \
Expand All @@ -468,7 +468,7 @@ temporal_v1.1.1 $ temporal-cassandra-tool \
Upgrade visibility schema:

```
temporal_v1.1.1 $ temporal-cassandra-tool \
temporal_v1.2.0 $ temporal-cassandra-tool \
--tls \
--tls-ca-file ... \
--user cassandra-user \
Expand Down Expand Up @@ -507,11 +507,11 @@ 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=v1.1.1 \
--set server.image.tag=1.2.0 \
--set server.image.repository=temporalio/server \
--set admintools.image.tag=v1.1.1 \
--set admintools.image.tag=1.2.0 \
--set admintools.image.repository=temporalio/admin-tools \
--set web.image.tag=v1.1.1 \
--set web.image.tag=1.1.1 \
--set web.image.repository=temporalio/web \
. \
--wait \
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.1.1
tag: 1.2.0
pullPolicy: IfNotPresent

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

service:
Expand Down

0 comments on commit 9aec6fb

Please sign in to comment.