diff --git a/README.md b/README.md
index 4a83b852d096b7670297ba787e8a4fc8cdfd073f..ac9cb71bf0d4e2491c2569ae723f60a78f564217 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.28/deploy/local-path-storage.yaml
+kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.29/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.28" | kubectl apply -f -
+kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.29" | 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.28/deploy/local-path-storage.yaml
+kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.29/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 8ea7468d0988bfd078fdb71a860e2e0baac222be..df63045583bb456b932137d24e0e90c8bf7e441d 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: master-head
-appVersion: "master-head"
+version: 0.0.29
+appVersion: "v0.0.29"
 keywords:
   - storage
   - hostpath
diff --git a/deploy/chart/local-path-provisioner/README.md b/deploy/chart/local-path-provisioner/README.md
index fb8351281370ac36777aa945eb95800ff2dca0b0..44e90dcf4628bc38bd7a66f9499fac3be2bb9a37 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                                                | `master-head`                                                                       |
+| `image.tag`                         | Local Path Provisioner image tag                                                | `v0.0.29` .                                                                         |
 | `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 bbc4fe3d7aefa3a94b29939ff59e867b683e656b..674ffa235c51e1d8ab81619974df28c8282b4b33 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: master-head
+  tag: v0.0.29
   pullPolicy: IfNotPresent
 
 helperImage:
diff --git a/deploy/local-path-storage.yaml b/deploy/local-path-storage.yaml
index f109aa14f1f5a522087b405b9028e8f95ba3ee90..d384314a31d9b1b249f9ef49ea24e3d4cc73ac4b 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:master-head
+          image: rancher/local-path-provisioner:v0.0.29
           imagePullPolicy: IfNotPresent
           command:
             - local-path-provisioner
diff --git a/deploy/provisioner.yaml b/deploy/provisioner.yaml
index 104b866056c39d53261245eb84a1c6df38792bf8..dfe6e9efdc24e19ea5dd3d79d6b2d5b1c4236e17 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:master-head
+          image: rancher/local-path-provisioner:v0.0.29
           imagePullPolicy: Always
           command:
             - local-path-provisioner
diff --git a/examples/quota/local-path-storage.yaml b/examples/quota/local-path-storage.yaml
index 65af9b6c4363c82d722f01647bf768b73a777904..b9e7ddb53a8f57f74dbeb8510f98575e7888b9b1 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:master-head
+          image: rancher/local-path-provisioner:v0.0.29
           imagePullPolicy: IfNotPresent
           command:
             - local-path-provisioner