Skip to content

Commit

Permalink
bugfix: fix version replace in gha-e2e (#4235)
Browse files Browse the repository at this point in the history
* Fix version replace in gha-e2e

Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>

* Fix version replace in gha-e2e

Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>

---------

Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
  • Loading branch information
TrafalgarZZZ authored Jul 25, 2024
1 parent 6f44bd5 commit e54e09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/deploy-fluid-to-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ function get_image_tag() {

function deploy_fluid() {
echo "Replacing image tags in values.yaml with $IMAGE_TAG"
sed -i -E "s/version: &defaultVersion v[0-9]\.[0-9]\.[0-9]-[a-z0-9]+$/version: \&defaultVersion $IMAGE_TAG" charts/fluid/fluid/values.yaml
sed -i -E "s/version: &defaultVersion v[0-9]\.[0-9]\.[0-9]-[a-z0-9]+$/version: \&defaultVersion $IMAGE_TAG/g" charts/fluid/fluid/values.yaml
kubectl create ns fluid-system
helm install --create-namespace fluid charts/fluid/fluid
helm install --create-namespace --set runtime.jindo.smartdata.imagePrefix=registry.cn-hongkong.aliyuncs.com/jindofs --set runtime.jindo.fuse.imagePrefix=registry.cn-hongkong.aliyuncs.com/jindofs fluid charts/fluid/fluid
}

function main() {
Expand Down

0 comments on commit e54e09b

Please sign in to comment.