From 004645911162334e62de3cdcd1b5d516e151d16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Tich=C3=BD?= Date: Wed, 13 Apr 2022 22:17:10 +0200 Subject: [PATCH] v0.23.0-1: remove consistency default value --- cadence/Chart.yaml | 2 +- cadence/values.yaml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/cadence/Chart.yaml b/cadence/Chart.yaml index 69fafedd..013df844 100644 --- a/cadence/Chart.yaml +++ b/cadence/Chart.yaml @@ -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 diff --git a/cadence/values.yaml b/cadence/values.yaml index f6ea7b80..caf58b2d 100644 --- a/cadence/values.yaml +++ b/cadence/values.yaml @@ -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. # @@ -158,7 +158,6 @@ server: user: "" password: "" existingSecret: "" - consistency: One # datacenter: "us-east-1a" # maxConns: 2 @@ -189,7 +188,6 @@ server: user: "" password: "" existingSecret: "" - consistency: One # datacenter: "us-east-1a" # maxConns: 2