Skip to content

Commit

Permalink
Merge pull request #295 from peng9808/main
Browse files Browse the repository at this point in the history
use hwameistor v0.14.6
  • Loading branch information
peng9808 authored Jul 30, 2024
2 parents db95556 + 9f0a00b commit 7e54ab7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
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.14.5
github.com/hwameistor/hwameistor v0.14.6
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.14.5 h1:5BP/U3xngzYD1YPX7wM6mq+HhoPNqBx/DtVkJVeXrcU=
github.com/hwameistor/hwameistor v0.14.5/go.mod h1:/UJxAXQz3kBuBB5XPhBpEqgP95gpuRwHvYxtYUKSl+s=
github.com/hwameistor/hwameistor v0.14.6 h1:qaMe5E/nz1hH3cUkTzmFlRe4EkSh1XUmfxia2n2Sp3I=
github.com/hwameistor/hwameistor v0.14.6/go.mod h1:/UJxAXQz3kBuBB5XPhBpEqgP95gpuRwHvYxtYUKSl+s=
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
24 changes: 12 additions & 12 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: k8s.m.daocloud.io
hwameistorVersion: v0.14.5
hwameistorVersion: v0.14.6

operator:
replicas: 1
Expand All @@ -17,7 +17,7 @@ localDiskManager:
kubeletRootDir: /var/lib/kubelet
manager:
imageRepository: hwameistor/local-disk-manager
tag: v0.14.5
tag: v0.14.6
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.5
tag: v0.14.6
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.5
tag: v0.14.6

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

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

auditor:
disable: false
replicas: 1
imageRepository: hwameistor/auditor
tag: v0.14.5
tag: v0.14.6

failoverAssistant:
disable: false
replicas: 1
imageRepository: hwameistor/failover-assistant
tag: v0.14.5
tag: v0.14.6

pvcAutoResizer:
disable: false
replicas: 1
imageRepository: hwameistor/pvc-autoresizer
tag: v0.14.5
tag: v0.14.6

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

ui:
disable: false
Expand Down
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.14.5
# github.com/hwameistor/hwameistor v0.14.6
## explicit; go 1.20
github.com/hwameistor/hwameistor/deploy/crds
github.com/hwameistor/hwameistor/pkg/apis/client/clientset/versioned
Expand Down

0 comments on commit 7e54ab7

Please sign in to comment.