From 247855d342cb6a713832e5498f1b91f8adbb0e2a Mon Sep 17 00:00:00 2001 From: mohand ou idir belfares <85136127+idirbfs@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:06:39 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6154d98..b49daee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -136,8 +136,7 @@ jobs: --create-namespace \ --values helm/monitoring/values.yaml \ --version 61.9.0 \ - --timeout 5m \ - --force + --timeout 5m - name: Deploy oauth2-proxy Prometheus if: ${{ inputs.service == 'all' || inputs.service == 'monitoring' }}