From 91d22d5d1040287d93bbd75b4d1d61a42c10bcdc Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Thu, 21 May 2020 09:31:40 +0200
Subject: [PATCH] use 0.0.13 release of local path provisioner instead of our
 own

---
 .../apps/templates/settings/local-path-provisioner.yaml      | 5 -----
 flux/oas/local-path-provisioner.yaml                         | 2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/ansible/roles/apps/templates/settings/local-path-provisioner.yaml b/ansible/roles/apps/templates/settings/local-path-provisioner.yaml
index ba3e88d9a..07ac9a45f 100644
--- a/ansible/roles/apps/templates/settings/local-path-provisioner.yaml
+++ b/ansible/roles/apps/templates/settings/local-path-provisioner.yaml
@@ -5,8 +5,3 @@ nodePathMap:
 storageClass:
   defaultClass: true
   name: "local-storage"
-# We temporarily use our own build, as we want the human-readable directories,
-# but that is not yet released.
-image:
-  repository: "open.greenhost.net:4567/openappstack/openappstack/local-path-provisioner"
-  tag: "unreleased"
diff --git a/flux/oas/local-path-provisioner.yaml b/flux/oas/local-path-provisioner.yaml
index 232c3e97a..bf308ef81 100644
--- a/flux/oas/local-path-provisioner.yaml
+++ b/flux/oas/local-path-provisioner.yaml
@@ -10,7 +10,7 @@ spec:
   releaseName: local-path-provisioner
   chart:
     git: https://github.com/rancher/local-path-provisioner
-    ref: aeb020883b0968c6c9294d0c1e635c813bccc437
+    ref: v0.0.13
     path: deploy/chart
   valuesFrom:
     - secretKeyRef:
-- 
GitLab