diff --git a/deploy/chart/Chart.yaml b/deploy/chart/Chart.yaml
index f419636ba52292375f90e5136104f1ab0eebb27c..db633e6b86b9e5d107454081e94add887a299270 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.15
-appVersion: "v0.0.15"
+version: 0.0.16
+appVersion: "v0.0.16"
 keywords:
   - storage
   - hostpath
diff --git a/deploy/chart/README.md b/deploy/chart/README.md
index e1bc502cddc6e5806f9f160d15fde80b8d07a2fc..58ab516a88bd484ad0584c8091cea77b1788751b 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.15`                                                                            |
+| `image.tag`                         | Local Path Provisioner image tag                                                | `v0.0.16`                                                                            |
 | `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 6465961e3c259460ba97aa4664f4b4020f1ae847..24f6d0b4838cc80a845685e312c43771b948a0d3 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.15
+  tag: v0.0.16
   pullPolicy: IfNotPresent
 
 helperImage:
diff --git a/deploy/local-path-storage.yaml b/deploy/local-path-storage.yaml
index 5c43b26069056affd5ef69a414ee482f79b31e23..8bc79a97a838dd4c1da4eb016a8fa64cd0a7a8e8 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.15
+        image: rancher/local-path-provisioner:v0.0.16
         imagePullPolicy: IfNotPresent
         command:
         - local-path-provisioner
diff --git a/deploy/provisioner.yaml b/deploy/provisioner.yaml
index 9b39a5ccf9d323ddd05b57707a88ac1fe59cbc82..21d581ed7a7a684411979e34c03313d10837df24 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.15
+        image: rancher/local-path-provisioner:v0.0.16
         imagePullPolicy: Always
         command:
         - local-path-provisioner