Skip to content

Commit

Permalink
Merge pull request #125 from DaoCloud/hwameistor-operator-v0.14.1
Browse files Browse the repository at this point in the history
update hwameistor-operator to v0.14.1
  • Loading branch information
buffalo1024 committed Mar 11, 2024
2 parents 30c0fcf + 25deb27 commit 7fbedbe
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion charts/hwameistor-operator/config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export USE_OPENSOURCE_CHART=true
export REPO_URL=http://hwameistor.io/hwameistor-operator
export REPO_NAME=hwameistor-operator
export CHART_NAME=hwameistor-operator
export VERSION=v0.14.0
export VERSION=v0.14.1

# push to daocloud repo
export DAOCLOUD_REPO_PROJECT=addon
4 changes: 2 additions & 2 deletions charts/hwameistor-operator/hwameistor-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
appVersion: v0.14.0
appVersion: v0.14.1
description: A Helm chart for Hwameistor Operator
icon: https://hwameistor.io/img/logo.svg
name: hwameistor-operator
type: application
version: v0.14.0
version: v0.14.1
keywords:
- storage
- local
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ spec:
operator: DoesNotExist
- key: node-role.kubernetes.io/control-plane
operator: DoesNotExist
chartVersion: "v0.3.6"
chartVersion: "v0.4.0"
storageClass:
allowVolumeExpansion: true
reclaimPolicy: "Delete"
Expand Down
32 changes: 16 additions & 16 deletions charts/hwameistor-operator/hwameistor-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: m.daocloud.io/registry.k8s.io
# k8sImageRegistry: m.daocloud.io/registry.k8s.io
hwameistorVersion: v0.14.0
hwameistorVersion: v0.14.1

operator:
replicas: 1
imageRepository: hwameistor/operator
tag: v0.14.0
tag: v0.14.1

localDiskManager:
tolerationOnMaster: true
kubeletRootDir: /var/lib/kubelet
manager:
imageRepository: hwameistor/local-disk-manager
tag: v0.14.0
tag: v0.14.1
resources:
limits:
cpu: 300m
Expand Down Expand Up @@ -65,7 +65,7 @@ localStorage:
kubeletRootDir: /var/lib/kubelet
member:
imageRepository: hwameistor/local-storage
tag: v0.14.0
tag: v0.14.1
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -162,7 +162,7 @@ scheduler:
disable: false
replicas: 1
imageRepository: hwameistor/scheduler
tag: v0.14.0
tag: v0.14.1
resources:
limits:
cpu: 300m
Expand All @@ -175,7 +175,7 @@ admission:
disable: false
replicas: 1
imageRepository: hwameistor/admission
tag: v0.14.0
tag: v0.14.1
resources:
limits:
cpu: 300m
Expand All @@ -188,10 +188,10 @@ admission:
failurePolicy: "Ignore"

evictor:
disable: false
replicas: 1
disable: true
replicas: 0
imageRepository: hwameistor/evictor
tag: v0.14.0
tag: v0.14.1
resources:
limits:
cpu: 300m
Expand All @@ -204,7 +204,7 @@ apiserver:
disable: false
replicas: 1
imageRepository: hwameistor/apiserver
tag: v0.14.0
tag: v0.14.1
resources:
limits:
cpu: 300m
Expand All @@ -221,7 +221,7 @@ exporter:
disable: false
replicas: 1
imageRepository: hwameistor/exporter
tag: v0.14.0
tag: v0.14.1
resources:
limits:
cpu: 300m
Expand All @@ -234,7 +234,7 @@ auditor:
disable: false
replicas: 1
imageRepository: hwameistor/auditor
tag: v0.14.0
tag: v0.14.1
resources:
limits:
cpu: 300m
Expand All @@ -247,7 +247,7 @@ failoverAssistant:
disable: false
replicas: 1
imageRepository: hwameistor/failover-assistant
tag: v0.14.0
tag: v0.14.1
resources:
limits:
cpu: 300m
Expand All @@ -260,7 +260,7 @@ pvcAutoResizer:
disable: false
replicas: 1
imageRepository: hwameistor/pvc-autoresizer
tag: v0.14.0
tag: v0.14.1
resources:
limits:
cpu: 300m
Expand All @@ -273,7 +273,7 @@ localDiskActionController:
disable: false
replicas: 1
imageRepository: hwameistor/local-disk-action-controller
tag: v0.14.0
tag: v0.14.1
resources:
limits:
cpu: 300m
Expand All @@ -286,7 +286,7 @@ ui:
disable: false
replicas: 1
imageRepository: hwameistor/hwameistor-ui
tag: v0.15.0
tag: v0.15.1
resources:
limits:
cpu: 300m
Expand Down

0 comments on commit 7fbedbe

Please sign in to comment.