diff --git a/deploy/chart/Chart.yaml b/deploy/chart/Chart.yaml
index a53e0805db40528409d8614067f570376fdb48b7..f419636ba52292375f90e5136104f1ab0eebb27c 100644
--- a/deploy/chart/Chart.yaml
+++ b/deploy/chart/Chart.yaml
@@ -1,8 +1,8 @@
 apiVersion: v1
 description: Use HostPath for persistent local storage with Kubernetes
 name: local-path-provisioner
-version: 0.0.14
-appVersion: "v0.0.14"
+version: 0.0.15
+appVersion: "v0.0.15"
 keywords:
   - storage
   - hostpath
diff --git a/deploy/chart/README.md b/deploy/chart/README.md
index 2f6138230ad8c669fddf0ceb5a55fbe148033804..c611bb0c625a85a424231b880bee51dadeffa0ec 100644
--- a/deploy/chart/README.md
+++ b/deploy/chart/README.md
@@ -56,7 +56,7 @@ default values.
 | Parameter                           | Description                                                                     | Default                                                                             |
 | ----------------------------------- | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
 | `image.repository`                  | Local Path Provisioner image name                                               | `rancher/local-path-provisioner`                                                    |
-| `image.tag`                         | Local Path Provisioner image tag                                                | `v0.0.14`                                                                            |
+| `image.tag`                         | Local Path Provisioner image tag                                                | `v0.0.15`                                                                            |
 | `image.pullPolicy`                  | Image pull policy                                                               | `IfNotPresent`                                                                      |
 | `storageClass.create`               | If true, create a `StorageClass`                                                | `true`                                                                              |
 | `storageClass.provisionerName`      | The provisioner name for the storage class                                      | `nil`                                                                               |
diff --git a/deploy/chart/values.yaml b/deploy/chart/values.yaml
index b8dd2efd9a733c2ee09043e36ed8aca80c2460c0..a49c7bacda492e9f004f71e84cef7867e835c918 100644
--- a/deploy/chart/values.yaml
+++ b/deploy/chart/values.yaml
@@ -4,7 +4,7 @@ replicaCount: 1
 
 image:
   repository: rancher/local-path-provisioner
-  tag: v0.0.14
+  tag: v0.0.15
   pullPolicy: IfNotPresent
 
 helperImage:
diff --git a/deploy/local-path-storage.yaml b/deploy/local-path-storage.yaml
index 65d82397866835426961cf11344e1da58ddd4b92..5c43b26069056affd5ef69a414ee482f79b31e23 100644
--- a/deploy/local-path-storage.yaml
+++ b/deploy/local-path-storage.yaml
@@ -58,7 +58,7 @@ spec:
       serviceAccountName: local-path-provisioner-service-account
       containers:
       - name: local-path-provisioner
-        image: rancher/local-path-provisioner:v0.0.14
+        image: rancher/local-path-provisioner:v0.0.15
         imagePullPolicy: IfNotPresent
         command:
         - local-path-provisioner
diff --git a/deploy/provisioner.yaml b/deploy/provisioner.yaml
index 41824c58e93391fe10aa4cdc8dd077193b7297df..9b39a5ccf9d323ddd05b57707a88ac1fe59cbc82 100644
--- a/deploy/provisioner.yaml
+++ b/deploy/provisioner.yaml
@@ -16,7 +16,7 @@ spec:
       serviceAccountName: local-path-provisioner-service-account
       containers:
       - name: local-path-provisioner
-        image: rancher/local-path-provisioner:v0.0.14
+        image: rancher/local-path-provisioner:v0.0.15
         imagePullPolicy: Always
         command:
         - local-path-provisioner