Skip to content

Commit

Permalink
fix: helm chart name (#274)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 authored Apr 23, 2024
1 parent 162b9c9 commit e6b9028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/e2e/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
- name: Deploy Vald
shell: bash
run: |
helm repo add vald https://vald.vdaas.org/charts
helm repo add vald-charts https://vald.vdaas.org/charts
helm install \
--values ${VALUES} \
--set defaults.image.tag=${TAG} \
Expand All @@ -57,7 +57,7 @@ runs:
--set gateway.lb.enabled=false \
--set discoverer.enabled=false \
--set manager.index.enabled=false \
--generate-name vald/vald
--generate-name vald-charts/vald
sleep 3
kubectl wait --for=condition=ready pod -l app=vald-agent --timeout=3m
kubectl get pods
Expand Down

0 comments on commit e6b9028

Please sign in to comment.