fix: helm update repo after add

This commit is contained in:
Jeremy Denquin 2022-05-09 11:09:53 +02:00
parent c6e1748e3a
commit 55925759e8

View File

@ -193,6 +193,7 @@ jobs:
if: ${{ steps.helm_redis_deployment.outputs.deployment == 'null' }}
run: |
helm repo add bitnami bitnami/redis
helm repo update
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