Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use hwameistor v0.16.0 #319

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (

require (
github.com/hwameistor/datastore v0.0.1
github.com/hwameistor/hwameistor v0.15.0
github.com/hwameistor/hwameistor v0.16.0
github.com/sirupsen/logrus v1.9.3
k8s.io/api v0.26.0
k8s.io/apiextensions-apiserver v0.23.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/J
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
github.com/hwameistor/datastore v0.0.1 h1:X8l4QxwRXNv2SBz5g4YrM8XJauLjpk6F9xtO/3rMy0c=
github.com/hwameistor/datastore v0.0.1/go.mod h1:KmL2ksVATXymfa4OnD8aUAL/39gRKj1SaTpDsP3SWEs=
github.com/hwameistor/hwameistor v0.15.0 h1:HwNY9/DjahLjPbx13jjIki5Oygxmgngtdx/rDcLVARk=
github.com/hwameistor/hwameistor v0.15.0/go.mod h1:Smsy+c0JAHBYeU3Z0O4lEnVACXcHJSWkafDT+YBGlVg=
github.com/hwameistor/hwameistor v0.16.0 h1:QdRrZ89rezB/Ya8sHwsscyxwjDUBRuSOJCNPDQ4JHco=
github.com/hwameistor/hwameistor v0.16.0/go.mod h1:Smsy+c0JAHBYeU3Z0O4lEnVACXcHJSWkafDT+YBGlVg=
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,19 +5,19 @@ global:
#hwameistorImageRegistry: ghcr.m.daocloud.io
k8sImageRegistry: registry.k8s.io
# k8sImageRegistry: k8s.m.daocloud.io
hwameistorVersion: v0.15.0
hwameistorVersion: v0.16.0

operator:
replicas: 1
imageRepository: hwameistor/operator
tag: v0.15.0
tag: v0.16.0

localDiskManager:
tolerationOnMaster: true
kubeletRootDir: /var/lib/kubelet
manager:
imageRepository: hwameistor/local-disk-manager
tag: v0.15.0
tag: v0.16.0
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.15.0
tag: v0.16.0
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.15.0
tag: v0.16.0

admission:
disable: false
replicas: 1
imageRepository: hwameistor/admission
tag: v0.15.0
tag: v0.16.0
# 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.15.0
tag: v0.16.0

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

auditor:
disable: false
replicas: 1
imageRepository: hwameistor/auditor
tag: v0.15.0
tag: v0.16.0

failoverAssistant:
disable: false
replicas: 1
imageRepository: hwameistor/failover-assistant
tag: v0.15.0
tag: v0.16.0

pvcAutoResizer:
disable: false
replicas: 1
imageRepository: hwameistor/pvc-autoresizer
tag: v0.15.0
tag: v0.16.0

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

ui:
disable: false
Expand Down

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.

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.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ github.com/google/uuid
# github.com/hwameistor/datastore v0.0.1
## explicit; go 1.21.11
github.com/hwameistor/datastore/deploy/crds
# github.com/hwameistor/hwameistor v0.15.0
# github.com/hwameistor/hwameistor v0.16.0
## explicit; go 1.21
github.com/hwameistor/hwameistor/deploy/crds
github.com/hwameistor/hwameistor/pkg/apis/client/clientset/versioned
Expand Down