From 5d66547665dc7cecc0eae2d4fda4e6ca98a8b242 Mon Sep 17 00:00:00 2001
From: Derek Su <derek.su@suse.com>
Date: Wed, 30 Mar 2022 20:30:34 +0800
Subject: [PATCH] Local Path Provisioner v0.0.22 release

Signed-off-by: Derek Su <derek.su@suse.com>
---
 deploy/chart/local-path-provisioner/Chart.yaml  | 4 ++--
 deploy/chart/local-path-provisioner/README.md   | 2 +-
 deploy/chart/local-path-provisioner/values.yaml | 2 +-
 deploy/local-path-storage.yaml                  | 2 +-
 deploy/provisioner.yaml                         | 2 +-
 examples/quota/local-path-storage.yaml          | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/deploy/chart/local-path-provisioner/Chart.yaml b/deploy/chart/local-path-provisioner/Chart.yaml
index 20b4cb79..db136e91 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.22-dev
-appVersion: "v0.0.22-dev"
+version: 0.0.22
+appVersion: "v0.0.22"
 keywords:
   - storage
   - hostpath
diff --git a/deploy/chart/local-path-provisioner/README.md b/deploy/chart/local-path-provisioner/README.md
index 56f80967..dde34f15 100644
--- a/deploy/chart/local-path-provisioner/README.md
+++ b/deploy/chart/local-path-provisioner/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                                                | `master-head`                                                                       |
+| `image.tag`                         | Local Path Provisioner image tag                                                | `v0.0.22`                                                                       |
 | `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 2f408f94..ce0ac0d9 100644
--- a/deploy/chart/local-path-provisioner/values.yaml
+++ b/deploy/chart/local-path-provisioner/values.yaml
@@ -4,7 +4,7 @@ replicaCount: 1
 
 image:
   repository: rancher/local-path-provisioner
-  tag: master-head
+  tag: v0.0.22
   pullPolicy: IfNotPresent
 
 helperImage:
diff --git a/deploy/local-path-storage.yaml b/deploy/local-path-storage.yaml
index 2130dfea..a5806a13 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:master-head
+          image: rancher/local-path-provisioner:v0.0.22
           imagePullPolicy: IfNotPresent
           command:
             - local-path-provisioner
diff --git a/deploy/provisioner.yaml b/deploy/provisioner.yaml
index 104b8660..2fdf77b9 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.22
           imagePullPolicy: Always
           command:
             - local-path-provisioner
diff --git a/examples/quota/local-path-storage.yaml b/examples/quota/local-path-storage.yaml
index e1882288..ccb5ed62 100644
--- a/examples/quota/local-path-storage.yaml
+++ b/examples/quota/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:master-head
+          image: rancher/local-path-provisioner:v0.0.22
           imagePullPolicy: IfNotPresent
           command:
             - local-path-provisioner
-- 
GitLab