From bd391e9474b2eea5fac00a7f9b2101132019930f Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 22 Jan 2022 00:24:55 +0100
Subject: [PATCH] chore(longhorn): Set longhorn registry explicitly

This patch adjust the default registry, that longhorn will use, in order
to reduce the amount of waiting and probing of registries when using
crio.
---
 infrastructure/longhorn/release.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/infrastructure/longhorn/release.yaml b/infrastructure/longhorn/release.yaml
index 11de8ec48..3bbd23749 100644
--- a/infrastructure/longhorn/release.yaml
+++ b/infrastructure/longhorn/release.yaml
@@ -18,6 +18,9 @@ spec:
     remediation:
       retries: 15
   values:
+    global:
+      cattle:
+        systemDefaultRegistry: docker.io
     persistence:
       defaultClassReplicaCount: 2
   postRenderers:
-- 
GitLab