Skip to content

Commit 64aae17

Browse files
author
Scott Davidson
committed
Fix chart values paths
1 parent bcfc65f commit 64aae17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
curl -H "Authorization: Bearer $(echo ${{ secrets.GITHUB_TOKEN }} | base64)"
3838
https://ghcr.io/v2/stackhpc/danswer/danswer-backend/tags/list
3939
| jq .tags
40-
| grep $( yq .appVersion deployment/helm/charts/danswer/Chart.yaml )-$( yq .tagSuffix deployment/helm/values.yaml )
40+
| grep $( yq .appVersion deployment/helm/charts/danswer/Chart.yaml )-$( yq .tagSuffix deployment/helm/charts/danswer/values.yaml )
4141
&&
4242
curl -H "Authorization: Bearer $(echo ${{ secrets.GITHUB_TOKEN }} | base64)"
4343
https://ghcr.io/v2/stackhpc/danswer/danswer-web-server/tags/list
4444
| jq .tags
45-
| grep $( yq .appVersion deployment/helm/charts/danswer/Chart.yaml )-$( yq .tagSuffix deployment/helm/values.yaml )
45+
| grep $( yq .appVersion deployment/helm/charts/danswer/Chart.yaml )-$( yq .tagSuffix deployment/helm/charts/danswer/values.yaml )
4646
4747
# Check if current chart version exists in releases already
4848
- name: Check for Helm chart version bump

0 commit comments

Comments
 (0)