Skip to content

Commit

Permalink
fix helm release gen
Browse files Browse the repository at this point in the history
nicolasochem committed Apr 4, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ae082c1 commit 4192aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -108,7 +108,7 @@ jobs:
# Update the release version of each of polkadot-k8s images
for image in $custom_images; do
image_name=$(yq e ".polkadot_k8s_images.$image" $chart/values.yaml | sed -E "s/polkadot-(.*):.*/\1/")
image_name=$(yq e ".polkadot_k8s_images.$image" $chart/values.yaml | sed -E "s/ghcr.io/midl-dev/polkadot-(.*):.*/\1/")
yq e ".polkadot_k8s_images.$image = \"ghcr.io/midl-dev/polkadot-$image_name:$(echo $RELEASE_VERSION | sed s/v//)\"" -i $chart/values.yaml
done
done

0 comments on commit 4192aad

Please sign in to comment.