From 365a3d1d6029a9d414daf2e4bc8393248c81b505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 2 Mar 2025 12:34:24 +0000 Subject: [PATCH] fix helm-up --- gitea/helm-up.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea/helm-up.sh b/gitea/helm-up.sh index 27d91af..2e9eae7 100755 --- a/gitea/helm-up.sh +++ b/gitea/helm-up.sh @@ -1,4 +1,4 @@ helm upgrade --install gitea gitea-charts/gitea \ --f ./values.yaml \ --f ./values.private.yaml \ +--values ./values.yaml \ +--values ./values.private.yaml \ --namespace=git-limbosolutions-com