diff --git a/README.md b/README.md
index 3cee1d7ac47b611ad4013e0c3981add0702ce6ee..5b2f816ac58d73d76defefb75fe851dc7d21b0dc 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ In this setup, the directory `/opt/local-path-provisioner` will be used across a
 
 - Stable
 ```
-kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.30/deploy/local-path-storage.yaml
+kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.31/deploy/local-path-storage.yaml
 ```
 
 - Development
@@ -38,7 +38,7 @@ kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisione
 Or, use `kustomize` to deploy.
 - Stable
 ```
-kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.30" | kubectl apply -f -
+kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.31" | kubectl apply -f -
 ```
 
 - Development
@@ -301,7 +301,7 @@ To uninstall, execute:
 
 - Stable
 ```
-kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.30/deploy/local-path-storage.yaml
+kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.31/deploy/local-path-storage.yaml
 ```
 
 - Development
diff --git a/deploy/chart/local-path-provisioner/Chart.yaml b/deploy/chart/local-path-provisioner/Chart.yaml
index 3832e0d97b4f637ac9fb25c11f4da37c5ceb64f7..8a07f17785c5a0565df627f93b0454231e57ccc2 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.30
-appVersion: "v0.0.30"
+version: 0.0.31
+appVersion: "v0.0.31"
 keywords:
   - storage
   - hostpath
diff --git a/deploy/chart/local-path-provisioner/README.md b/deploy/chart/local-path-provisioner/README.md
index 7c66b4719b86516c4fba001fb5d8e1a92a11816f..4067993d1b782d8d1a74009aadf99ebfb1aa8b9b 100644
--- a/deploy/chart/local-path-provisioner/README.md
+++ b/deploy/chart/local-path-provisioner/README.md
@@ -57,7 +57,7 @@ default values.
 | ----------------------------------- | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
 | `commonLabels`                      | Custom labels to apply to all resources                                         | `{}`                                                                                |
 | `image.repository`                  | Local Path Provisioner image name                                               | `rancher/local-path-provisioner`                                                    |
-| `image.tag`                         | Local Path Provisioner image tag                                                | `v0.0.30` .                                                                         |
+| `image.tag`                         | Local Path Provisioner image tag                                                | `v0.0.31` .                                                                         |
 | `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/local-path-provisioner/values.yaml b/deploy/chart/local-path-provisioner/values.yaml
index 3c56f437a7bc2b0f939e993f1906385925c41619..d0741d6482eed7e7bb31b97b294a325b64a8652d 100644
--- a/deploy/chart/local-path-provisioner/values.yaml
+++ b/deploy/chart/local-path-provisioner/values.yaml
@@ -5,7 +5,7 @@ commonLabels: {}
 
 image:
   repository: rancher/local-path-provisioner
-  tag: v0.0.30
+  tag: v0.0.31
   pullPolicy: IfNotPresent
 
 helperImage:
diff --git a/deploy/local-path-storage.yaml b/deploy/local-path-storage.yaml
index 928c76604e33c035adb06ff33f0ab8d763e35170..400de58dbc6ed21f2934338b34966b6330579a54 100644
--- a/deploy/local-path-storage.yaml
+++ b/deploy/local-path-storage.yaml
@@ -88,7 +88,7 @@ spec:
       serviceAccountName: local-path-provisioner-service-account
       containers:
         - name: local-path-provisioner
-          image: rancher/local-path-provisioner:v0.0.30
+          image: rancher/local-path-provisioner:v0.0.31
           imagePullPolicy: IfNotPresent
           command:
             - local-path-provisioner
diff --git a/deploy/provisioner.yaml b/deploy/provisioner.yaml
index db39057d2079672b9aea311ff2400d594c629af3..380e10e94a468597366e8078b8deea6b7efc648f 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.30
+          image: rancher/local-path-provisioner:v0.0.31
           imagePullPolicy: Always
           command:
             - local-path-provisioner
diff --git a/examples/quota/local-path-storage.yaml b/examples/quota/local-path-storage.yaml
index 9b396a889e3ca843e6f5e77e2609477f54fae1a9..091e9327f0fd3f1ebf7675348a27fba34737099d 100644
--- a/examples/quota/local-path-storage.yaml
+++ b/examples/quota/local-path-storage.yaml
@@ -88,7 +88,7 @@ spec:
       serviceAccountName: local-path-provisioner-service-account
       containers:
         - name: local-path-provisioner
-          image: rancher/local-path-provisioner:v0.0.30
+          image: rancher/local-path-provisioner:v0.0.31
           imagePullPolicy: IfNotPresent
           command:
             - local-path-provisioner