Skip to content

Commit 1ddfe5e

Browse files
authored
Merge pull request #16 from tarantool/rc2
RC3
2 parents 92cf0ef + 7260f8a commit 1ddfe5e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/cartridge/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v2
33
name: cartridge
44
description: Tarantool Cartridge application template.
55
type: application
6-
version: 1.0.0-rc2
6+
version: 1.0.0-rc3
77
appVersion: 1.0.0
88
kubeVersion: ">=1.16-0"
99
icon: https://static.tarantool.io/pub/220829-1248-ae7bca7/tarantool/images/logo-tarantool-full.svg

charts/cartridge/templates/roles.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ spec:
2323
{{- end }}
2424
replicasets: {{ .replicasets }}
2525
vshard:
26+
{{- if .vshard.groupName }}
27+
vshardGroupName: {{ .vshard.groupName }}
28+
{{- end }}
2629
weight: {{ .vshard.weight | int }}
2730
clusterRoles: {{ .vshard.roles | toYaml | nindent 4 }}
2831
replicasetTemplate:

0 commit comments

Comments
 (0)