From c1d36595b072ef0f4f9d773753bdbf0c637ecbb6 Mon Sep 17 00:00:00 2001
From: Sheng Yang <sheng@yasker.org>
Date: Fri, 1 Mar 2019 23:27:18 -0800
Subject: [PATCH] Local Path Provisioner v0.0.4 release
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Thanks to Reinhard Nägele <unguiculus@gmail.com>, one additional PR has
been merged to correctly fix https://github.com/rancher/local-path-provisioner/issues/7 .

See commit message and https://github.com/rancher/local-path-provisioner/pull/9 for details
---
 deploy/local-path-storage.yaml | 2 +-
 deploy/provisioner.yaml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/deploy/local-path-storage.yaml b/deploy/local-path-storage.yaml
index 55365c3b..68a400bb 100644
--- a/deploy/local-path-storage.yaml
+++ b/deploy/local-path-storage.yaml
@@ -60,7 +60,7 @@ spec:
       serviceAccountName: local-path-provisioner-service-account
       containers:
       - name: local-path-provisioner
-        image: rancher/local-path-provisioner:v0.0.3
+        image: rancher/local-path-provisioner:v0.0.4
         imagePullPolicy: Always
         command:
         - local-path-provisioner
diff --git a/deploy/provisioner.yaml b/deploy/provisioner.yaml
index 9275d22d..22ac0e12 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.3
+        image: rancher/local-path-provisioner:v0.0.4
         imagePullPolicy: Always
         command:
         - local-path-provisioner
-- 
GitLab