From 22047aafc9027f51abf6c7db439bae955963eb95 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Tue, 18 Jun 2024 17:09:00 +0200
Subject: [PATCH] Bump chart version to 0.0.27

---
 deploy/chart/local-path-provisioner/Chart.yaml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/deploy/chart/local-path-provisioner/Chart.yaml b/deploy/chart/local-path-provisioner/Chart.yaml
index db136e9..773aaa8 100644
--- a/deploy/chart/local-path-provisioner/Chart.yaml
+++ b/deploy/chart/local-path-provisioner/Chart.yaml
@@ -1,12 +1,11 @@
 apiVersion: v1
-description: Use HostPath for persistent local storage with Kubernetes
+description: Use HostPath and LocalVolume for persistent local storage with Kubernetes
 name: local-path-provisioner
-version: 0.0.22
-appVersion: "v0.0.22"
+version: 0.0.27
+appVersion: "v0.0.27"
 keywords:
   - storage
   - hostpath
-kubeVersion: ">=1.12.0-r0"
 home: https://github.com/rancher/local-path-provisioner
 sources:
   - https://github.com/rancher/local-path-provisioner.git
-- 
GitLab