Skip to content

Commit f4f03be

Browse files
committed
init
1 parent 595f000 commit f4f03be

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

addons/mysql/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ sources:
3131
- https://github.com/apecloud/kubeblocks/
3232

3333
annotations:
34-
addon.kubeblocks.io/kubeblocks-version: ">=0.7.0"
34+
addon.kubeblocks.io/kubeblocks-version: ">1.0.2"
3535
addon.kubeblocks.io/model: "RDBMS"
36-
addon.kubeblocks.io/provider: "community"
36+
addon.kubeblocks.io/provider: "community"

addons/mysql/templates/_helpers.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ roles:
242242
- name: primary
243243
updatePriority: 2
244244
participatesInQuorum: false
245+
isExclusive: true
245246
- name: secondary
246247
updatePriority: 1
247248
participatesInQuorum: false
@@ -323,4 +324,4 @@ Generate reloader scripts configmap
323324
{{ $path | base }}: |-
324325
{{- $.Files.Get $path | nindent 2 }}
325326
{{- end }}
326-
{{- end }}
327+
{{- end }}

addons/mysql/templates/_orc.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ roles:
7171
- name: primary
7272
updatePriority: 2
7373
participatesInQuorum: false
74+
isExclusive: true
7475
- name: secondary
7576
updatePriority: 1
7677
participatesInQuorum: false

0 commit comments

Comments
 (0)