Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 5c92a89

Browse files
committed
test(chart): dynamic sub-chart version pick up
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 3c6015c commit 5c92a89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/charts/bootstrap.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ if [ $? -ne 0 ]; then
2727
exit 1
2828
fi
2929

30+
rm -rf tests/charts/umbrella-charts/Chart.lock tests/charts/umbrella-charts/charts
3031
helm dependency update tests/charts/umbrella-charts
3132
helm dependency build tests/charts/umbrella-charts
3233

tests/charts/umbrella-charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ version: 0.0.1
66
appVersion: "1.0.0"
77
dependencies:
88
- name: selenium-grid
9-
version: 0.28.3
9+
version: "*"
1010
repository: file://../../../charts/selenium-grid

0 commit comments

Comments
 (0)