Skip to content

Commit

Permalink
fixup helm?
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Aug 19, 2024
1 parent c671c4e commit 9084d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
env:
OVERRIDES_VALUES_FILE: test/helm/test-overrides.yaml
run: |
sed -i "s|localhost/|${REGISTRY}/|g" ${{ env.OVERRIDES_VALUES_FILE }}
sed -i "s|localhost/|${REGISTRY}/${REGISTRY_NAMESPACE}/|g" ${{ env.OVERRIDES_VALUES_FILE }}
sed -i "s|tag: latest|tag: ${TAG}|g" ${{ env.OVERRIDES_VALUES_FILE }}
cat ${{ env.OVERRIDES_VALUES_FILE }}
Expand Down

0 comments on commit 9084d00

Please sign in to comment.