From 56aefd160311404e398772fb46cbfe5972118dac Mon Sep 17 00:00:00 2001 From: Derek Su <derek.su@suse.com> Date: Tue, 18 Jun 2024 22:46:14 +0800 Subject: [PATCH] chart: update version to 0.0.28 Signed-off-by: Derek Su <derek.su@suse.com> --- deploy/chart/local-path-provisioner/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/chart/local-path-provisioner/Chart.yaml b/deploy/chart/local-path-provisioner/Chart.yaml index 21f417ec..8052dbcc 100644 --- a/deploy/chart/local-path-provisioner/Chart.yaml +++ b/deploy/chart/local-path-provisioner/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Use HostPath for persistent local storage with Kubernetes name: local-path-provisioner -version: 0.0.25 -appVersion: "v0.0.25" +version: 0.0.28 +appVersion: "v0.0.28" keywords: - storage - hostpath -- GitLab