Skip to content

Commit 5865db2

Browse files
Merge pull request #130 from DaoCloud/hwameisto-operator-v0.14.4
Hwameisto operator v0.14.4
2 parents 7fbedbe + cc21895 commit 5865db2

File tree

6 files changed

+49
-15
lines changed

6 files changed

+49
-15
lines changed

charts/hwameistor-operator/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export USE_OPENSOURCE_CHART=true
44
export REPO_URL=http://hwameistor.io/hwameistor-operator
55
export REPO_NAME=hwameistor-operator
66
export CHART_NAME=hwameistor-operator
7-
export VERSION=v0.14.1
7+
export VERSION=v0.14.4
88

99
# push to daocloud repo
1010
export DAOCLOUD_REPO_PROJECT=addon

charts/hwameistor-operator/hwameistor-operator/.relok8s-images.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@
2424
- "{{ .global.hwameistorImageRegistry }}/{{ .ui.imageRepository }}:{{ .ui.tag }}"
2525
- "{{ .global.hwameistorImageRegistry }}/{{ .operator.imageRepository }}:{{ .operator.tag }}"
2626
- "{{ .global.hwameistorImageRegistry }}/{{ .preHookJob.imageRepository }}:{{ .preHookJob.tag }}"
27-
- "{{ .global.hwameistorImageRegistry }}/{{ .ha.imageRepoOwner }}/drbd9-shipper:{{ .ha.drbdVersion }}_v0.3.6"
28-
- "{{ .global.hwameistorImageRegistry }}/{{ .ha.imageRepoOwner }}/drbd9-rhel7:{{ .ha.drbdVersion }}"
29-
- "{{ .global.hwameistorImageRegistry }}/{{ .ha.imageRepoOwner }}/drbd9-rhel8:{{ .ha.drbdVersion }}"
30-
- "{{ .global.hwameistorImageRegistry }}/{{ .ha.imageRepoOwner }}/drbd9-rhel9:{{ .ha.drbdVersion }}"
31-
- "{{ .global.hwameistorImageRegistry }}/{{ .ha.imageRepoOwner }}/drbd9-kylin10:{{ .ha.drbdVersion }}"
32-
- "{{ .global.hwameistorImageRegistry }}/{{ .ha.imageRepoOwner }}/drbd9-bionic:{{ .ha.drbdVersion }}"
33-
- "{{ .global.hwameistorImageRegistry }}/{{ .ha.imageRepoOwner }}/drbd9-focal:{{ .ha.drbdVersion }}"
27+
- "{{ .global.hwameistorImageRegistry }}/{{ .ha.imageRepository }}:{{ .ha.drbdVersion }}_v0.4.0"
28+
- "{{ .global.hwameistorImageRegistry }}/{{ .drbdRhel7.imageRepository }}:{{ .ha.drbdVersion }}"
29+
- "{{ .global.hwameistorImageRegistry }}/{{ .drbdRhel8.imageRepository }}:{{ .ha.drbdVersion }}"
30+
- "{{ .global.hwameistorImageRegistry }}/{{ .drbdRhel9.imageRepository }}:{{ .ha.drbdVersion }}"
31+
- "{{ .global.hwameistorImageRegistry }}/{{ .drbdKylin10.imageRepository }}:{{ .ha.drbdVersion }}"
32+
- "{{ .global.hwameistorImageRegistry }}/{{ .drbdBionic.imageRepository }}:{{ .ha.drbdVersion }}"
33+
- "{{ .global.hwameistorImageRegistry }}/{{ .drbdFocal.imageRepository }}:{{ .ha.drbdVersion }}"
34+
3435
# - "{{ .global.hwameistorImageRegistry }}/{{ .ha.imageRepoOwner }}/drbd9-jammy:v9.1.11"

charts/hwameistor-operator/hwameistor-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v2
2-
appVersion: v0.14.1
2+
appVersion: v0.14.4
33
description: A Helm chart for Hwameistor Operator
44
icon: https://hwameistor.io/img/logo.svg
55
name: hwameistor-operator
66
type: application
7-
version: v0.14.1
7+
version: v0.14.4
88
keywords:
99
- storage
1010
- local

charts/hwameistor-operator/hwameistor-operator/crds/hwameistor.io_clusters.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1946,6 +1946,18 @@ spec:
19461946
type: array
19471947
drbd:
19481948
properties:
1949+
shipper:
1950+
properties:
1951+
image:
1952+
properties:
1953+
registry:
1954+
type: string
1955+
repository:
1956+
type: string
1957+
tag:
1958+
type: string
1959+
type: object
1960+
type: object
19491961
chartVersion:
19501962
type: string
19511963
checkHostName:

charts/hwameistor-operator/hwameistor-operator/templates/hwameistorcluster.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,11 @@ spec:
233233
disable: true
234234
{{- end }}
235235
deployOnMaster: {{ $.Values.ha.deployOnMaster | quote }}
236-
imageRegistry: {{ $.Values.global.hwameistorImageRegistry }}
237-
# imageRepoOwner: "hwameistor"
238-
imageRepoOwner: {{ $.Values.ha.imageRepoOwner }}
236+
shipper:
237+
image:
238+
registry: {{ $.Values.global.hwameistorImageRegistry }}
239+
repository: {{.Values.ha.imageRepository}}
240+
tag: {{$.Values.ha.shipperChar}}
239241
imagePullPolicy: "IfNotPresent"
240242
# drbdVersion: "v9.0.32-1"
241243
drbdVersion: {{ $.Values.ha.drbdVersion }}

charts/hwameistor-operator/hwameistor-operator/values.yaml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ global:
1010
operator:
1111
replicas: 1
1212
imageRepository: hwameistor/operator
13-
tag: v0.14.1
13+
tag: v0.14.4
1414

1515
localDiskManager:
1616
tolerationOnMaster: true
@@ -299,8 +299,27 @@ ha:
299299
disable: false
300300
module: drbd
301301
deployOnMaster: "yes"
302-
imageRepoOwner: hwameistor
302+
imageRepository: hwameistor/drbd9-shipper
303303
drbdVersion: v9.0.32-1
304+
shipperChar: v0.4.0
305+
306+
drbdRhel7:
307+
imageRepository: hwameistor/drbd9-rhel7
308+
309+
drbdRhel8:
310+
imageRepository: hwameistor/drbd9-rhel8
311+
312+
drbdRhel9:
313+
imageRepository: hwameistor/drbd9-rhel9
314+
315+
drbdKylin10:
316+
imageRepository: hwameistor/drbd9-kylin10
317+
318+
drbdBionic:
319+
imageRepository: hwameistor/drbd9-bionic
320+
321+
drbdFocal:
322+
imageRepository: hwameistor/drbd9-focal
304323

305324
# diskReserve example
306325
# diskReserve:

0 commit comments

Comments
 (0)