From 8331b0c3eec9ebda85484e3e9aafeb35ccd4880c Mon Sep 17 00:00:00 2001 From: Jeremy Denquin Date: Fri, 6 May 2022 10:27:25 +0200 Subject: [PATCH] fix: add helm redis repo --- .github/workflows/deploy-preview.yml | 1 + api | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 52ecc3a..83c3bcb 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -192,6 +192,7 @@ jobs: - name: Create Redis deployment if: ${{ steps.helm_redis_deployment.outputs.deployment == 'null' }} run: | + helm repo add bitnami/redis helm --kubeconfig ./kubeconfig.yaml install --set auth.enabled=false ${{ github.event.inputs.preview_name }}-redis bitnami/redis - name: Get Helm API deployment id: helm_deployment diff --git a/api b/api index a92fc45..fa0eea5 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit a92fc45223ee9bdbb7c4da2976544c4f6e453e38 +Subproject commit fa0eea55a10f4eb7a9748f6ef2ef8abf96f7e619