diff --git a/deploy/chart/Chart.yaml b/deploy/chart/Chart.yaml
index 98bf3d9954dab02f87b2ba8feac4c9d4794da194..d366e91a52e29352869ecffbc712fc1fff267774 100644
--- a/deploy/chart/Chart.yaml
+++ b/deploy/chart/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v1
 description: Use HostPath for persistent local storage with Kubernetes
 name: local-path-provisioner
 version: 0.0.19
-appVersion: "v0.0.19"
+appVersion: "v0.0.20"
 keywords:
   - storage
   - hostpath
diff --git a/deploy/chart/README.md b/deploy/chart/README.md
index b5e110fbdbb37110f6ee09d04da4c00e768100f2..8999003011f2c52b934321a43043ad067e03a44b 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.19`                                                                            |
+| `image.tag`                         | Local Path Provisioner image tag                                                | `v0.0.20`                                                                            |
 | `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 edd631f47b0a30983551cfb5328d22539a8fad33..043337e46e2f34f87bd41c211223e0e302f6c0a0 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.19
+  tag: v0.0.20
   pullPolicy: IfNotPresent
 
 helperImage:
diff --git a/deploy/local-path-storage.yaml b/deploy/local-path-storage.yaml
index 3c7154bb0ff0934edafb8b898f2f2e32418c7e5f..9b4f4a4ee16583c950fc993b00fe3b1b67391136 100644
--- a/deploy/local-path-storage.yaml
+++ b/deploy/local-path-storage.yaml
@@ -62,7 +62,7 @@ spec:
       serviceAccountName: local-path-provisioner-service-account
       containers:
         - name: local-path-provisioner
-          image: rancher/local-path-provisioner:v0.0.19
+          image: rancher/local-path-provisioner:v0.0.20
           imagePullPolicy: IfNotPresent
           command:
             - local-path-provisioner
diff --git a/deploy/provisioner.yaml b/deploy/provisioner.yaml
index b701854b163ddf6ce727fbf0fcbf8893b0c904c5..cdd30c7c00bf92cf1ff36038a47c769b181573a2 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.19
+          image: rancher/local-path-provisioner:v0.0.20
           imagePullPolicy: Always
           command:
             - local-path-provisioner