Skip to content

Commit

Permalink
fix tag replace issue
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue committed Nov 21, 2024
1 parent 50dfd17 commit 92bd1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/perf_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function installChatQnA() {
if [[ -n $IMAGE_REPO ]]; then
find ./ -name '*values.yaml' -type f -exec sed -i "s#repository: opea/*#repository: ${IMAGE_REPO}/opea/#g" {} \;
fi
find ./ -name '*values.yaml' -type f -exec sed -i "s#tag: latest#tag: ${IMAGE_TAG}#g" {} \;
find ./ -name '*values.yaml' -type f -exec sed -i "s#tag: \"latest\"#tag: \"${IMAGE_TAG}\"#g" {} \;
#find ./ -name '*value.yaml' -type f -exec sed -i "s#imagePullPolicy: IfNotPresent#imagePullPolicy: Always#g" {} \;

echo "Print helm chart values..."
Expand Down

0 comments on commit 92bd1d6

Please sign in to comment.