File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments