From 791e8debf3ffcac9aad3a1a5590c7b01875a67ff Mon Sep 17 00:00:00 2001 From: Qi Zhang Date: Thu, 19 Dec 2024 14:26:16 +0800 Subject: [PATCH] fix: Upgrade the localpath version to resolve the problem that nodes cannot be bind Signed-off-by: Qi Zhang --- templates/rbdcomponent_helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/rbdcomponent_helm.yaml b/templates/rbdcomponent_helm.yaml index 2e12e47..996399c 100644 --- a/templates/rbdcomponent_helm.yaml +++ b/templates/rbdcomponent_helm.yaml @@ -20,7 +20,7 @@ items: name: local-path-provisioner namespace: {{ .Release.Namespace }} spec: - image: {{ .Values.Cluster.rainbondImageRepository }}/local-path-provisioner:v0.0.29 + image: {{ .Values.Cluster.rainbondImageRepository }}/local-path-provisioner:v0.0.30 imagePullPolicy: {{ .Values.Cluster.imagePullPolicy }} replicas: 1 priorityComponent: true