Skip to content

Commit

Permalink
chore: fix Nothing will be updated
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Dec 16, 2024
1 parent 7e29515 commit a3496ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloud-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ jobs:
break
fi
sleep 1
helm repo update kubeblocks-enterprise
helm repo update kb-chart
done
helm install installer kb-chart/kb-cloud-installer \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cloud-upgrade-k3d-self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
break
fi
sleep 1
helm repo update kubeblocks-enterprise
helm repo update kb-chart
done
helm install installer kb-chart/kb-cloud-installer \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cloud-upgrade-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
break
fi
sleep 1
helm repo update kubeblocks-enterprise
helm repo update kb-chart
done
helm install installer kb-chart/kb-cloud-installer \
Expand Down

0 comments on commit a3496ad

Please sign in to comment.