Skip to content

Commit

Permalink
v0.23.0-1: remove consistency default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Tichý committed Apr 13, 2022
1 parent 5fe703b commit 0046459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cadence/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cadence
version: 0.23.0
version: 0.23.0-1
appVersion: 0.23.2
description: Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
icon: https://raw.githubusercontent.com/uber/cadence-web/master/client/assets/logo.svg
Expand Down
4 changes: 1 addition & 3 deletions cadence/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ server:
# WARNING: This value **MUST NOT** be changed after launching the Cadence
# cluster.
currentClusterName: "cluster-0"

# clusterInformation contains the information about each Cadence cluster
# which participates in a Cadence cluster group.
#
Expand Down Expand Up @@ -158,7 +158,6 @@ server:
user: ""
password: ""
existingSecret: ""
consistency: One
# datacenter: "us-east-1a"
# maxConns: 2

Expand Down Expand Up @@ -189,7 +188,6 @@ server:
user: ""
password: ""
existingSecret: ""
consistency: One
# datacenter: "us-east-1a"
# maxConns: 2

Expand Down

0 comments on commit 0046459

Please sign in to comment.