Skip to content

Commit 372f456

Browse files
committed
Set cadence version to v1.3.6 in chart and values
Signed-off-by: “Kevin” <kevlar_ksb@yahoo.com>
1 parent 55d08e5 commit 372f456

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

charts/cadence/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: cadence
33
version: 1.1.0
4-
appVersion: v1.3.5
4+
appVersion: v1.3.6
55

66
description: |
77
Cadence is a distributed, scalable, durable, and highly available orchestration engine

charts/cadence/examples/values.postgres-es7.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Allow Bitnami charts to use legacy repository images
44
global:
55
image:
6-
tag: "v1.3.7" # Set cadence version
6+
tag: "v1.3.6" # Default version - has known schema validation bug
77
security:
88
allowInsecureImages: true
99

@@ -77,6 +77,10 @@ postgresql:
7777
persistence:
7878
enabled: true
7979
size: 8Gi
80+
initdb:
81+
scripts:
82+
create-visibility-db.sql: |
83+
CREATE DATABASE cadence_visibility OWNER cadence;
8084
8185
# Deploy Elasticsearch with single node mode
8286
elasticsearch:

0 commit comments

Comments
 (0)