From 210280798f251f51410b81f7fe923cc748d14046 Mon Sep 17 00:00:00 2001 From: mbelfares Date: Mon, 8 Jun 2026 11:11:18 +0200 Subject: [PATCH] fix nginx job --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5afacc4..e458f5a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: run: | helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx helm repo update - helm install ingress-nginx ingress-nginx/ingress-nginx \ + helm upgrade --install ingress-nginx ingress-nginx/ingress-nginx \ --namespace ingress-nginx \ --create-namespace \ --wait