Skip to content

Commit

Permalink
Merge pull request #249 from buffalo1024/usehwameistorv0.14.1
Browse files Browse the repository at this point in the history
use hwameistor v0.14.1
  • Loading branch information
buffalo1024 authored Jan 29, 2024
2 parents cd6e1d5 + f6421c8 commit 15b6e27
Show file tree
Hide file tree
Showing 17 changed files with 726 additions and 18 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ require (
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/hwameistor/hwameistor v0.14.0
github.com/hwameistor/hwameistor v0.14.1
github.com/imdario/mergo v0.3.12 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0m
github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I=
github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc=
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
github.com/hwameistor/hwameistor v0.14.0 h1:urD/Y4t18uWGDAr/wjRqSu7fKnlnOBsT3Deei0x7rJ0=
github.com/hwameistor/hwameistor v0.14.0/go.mod h1:uuYPiN78aba8NgqQ2Wv35phP33VKIJ1YCOS8K5koJ/k=
github.com/hwameistor/hwameistor v0.14.1 h1:IChDIYnjx6y8RgUvjgIoY6ki+yX4Lwn5Ryjjd2x0tDM=
github.com/hwameistor/hwameistor v0.14.1/go.mod h1:uuYPiN78aba8NgqQ2Wv35phP33VKIJ1YCOS8K5koJ/k=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
Expand Down
26 changes: 13 additions & 13 deletions helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
#hwameistorImageRegistry: ghcr.m.daocloud.io
k8sImageRegistry: registry.k8s.io
# k8sImageRegistry: m.daocloud.io/registry.k8s.io
hwameistorVersion: v0.14.0
hwameistorVersion: v0.14.1

operator:
replicas: 1
Expand All @@ -17,7 +17,7 @@ localDiskManager:
kubeletRootDir: /var/lib/kubelet
manager:
imageRepository: hwameistor/local-disk-manager
tag: v0.14.0
tag: v0.14.1
csi:
registrar:
imageRepository: sig-storage/csi-node-driver-registrar
Expand All @@ -37,7 +37,7 @@ localStorage:
kubeletRootDir: /var/lib/kubelet
member:
imageRepository: hwameistor/local-storage
tag: v0.14.0
tag: v0.14.1
hostPathSSHDir: /root/.ssh
hostPathDRBDDir: /etc/drbd.d
csi:
Expand Down Expand Up @@ -78,13 +78,13 @@ scheduler:
disable: false
replicas: 1
imageRepository: hwameistor/scheduler
tag: v0.14.0
tag: v0.14.1

admission:
disable: false
replicas: 1
imageRepository: hwameistor/admission
tag: v0.14.0
tag: v0.14.1
# failurePolicy defines how unrecognized errors from the admission endpoint
# are handled - allowed values are Ignore or Fail. Defaults to Fail.
failurePolicy: "Ignore"
Expand All @@ -93,13 +93,13 @@ evictor:
disable: true
replicas: 0
imageRepository: hwameistor/evictor
tag: v0.14.0
tag: v0.14.1

apiserver:
disable: false
replicas: 1
imageRepository: hwameistor/apiserver
tag: v0.14.0
tag: v0.14.1
authentication:
enable: false
accessId: admin
Expand All @@ -109,37 +109,37 @@ exporter:
disable: false
replicas: 1
imageRepository: hwameistor/exporter
tag: v0.14.0
tag: v0.14.1

auditor:
disable: false
replicas: 1
imageRepository: hwameistor/auditor
tag: v0.14.0
tag: v0.14.1

failoverAssistant:
disable: false
replicas: 1
imageRepository: hwameistor/failover-assistant
tag: v0.14.0
tag: v0.14.1

pvcAutoResizer:
disable: false
replicas: 1
imageRepository: hwameistor/pvc-autoresizer
tag: v0.14.0
tag: v0.14.1

localDiskActionController:
disable: false
replicas: 1
imageRepository: hwameistor/local-disk-action-controller
tag: v0.14.0
tag: v0.14.1

ui:
disable: false
replicas: 1
imageRepository: hwameistor/hwameistor-ui
tag: v0.15.0
tag: v0.15.1

ha:
disable: false
Expand Down
2 changes: 1 addition & 1 deletion pkg/install/constants.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package install

const DefaultHwameistorVersion = "v0.14.0"
const DefaultHwameistorVersion = "v0.14.1"

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 15b6e27

Please sign in to comment.