From 3932b86ca0bf3bcd52ae977196982b5a0560e7e7 Mon Sep 17 00:00:00 2001 From: Amarpreet Minhas Date: Mon, 26 Jun 2023 16:05:09 +0000 Subject: [PATCH] Upgrade longhorn --- helm/setup/longhorn/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/setup/longhorn/install.sh b/helm/setup/longhorn/install.sh index d47f122..3afc316 100755 --- a/helm/setup/longhorn/install.sh +++ b/helm/setup/longhorn/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -CHART_VERSION=1.3.2 +CHART_VERSION=1.4.2 helm repo add longhorn https://charts.longhorn.io helm repo update