From 052824d96b2c59ddabe65eeaddd9066a741266e1 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Sat, 23 Mar 2024 20:39:29 +0200 Subject: [PATCH] Bug Fix: Deploy operator action Signed-off-by: Itay Grudev --- .github/actions/deploy-operator/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/deploy-operator/action.yml b/.github/actions/deploy-operator/action.yml index a86002700..a1fea523d 100644 --- a/.github/actions/deploy-operator/action.yml +++ b/.github/actions/deploy-operator/action.yml @@ -6,10 +6,11 @@ runs: - name: Deploy the operator shell: bash run: + helm dependency update charts/cloudnative-pg + helm upgrade --install --namespace cnpg-system --create-namespace --wait - --dependency-update cnpg charts/cloudnative-pg