mirror of
https://github.com/getlago/lago.git
synced 2025-01-03 13:30:02 +07:00
fix: helm update repo after add
This commit is contained in:
parent
c6e1748e3a
commit
55925759e8
1
.github/workflows/deploy-preview.yml
vendored
1
.github/workflows/deploy-preview.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user