Skip to content

Commit

Permalink
test(chart): dynamic sub-chart version pick up
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <[email protected]>
  • Loading branch information
VietND96 committed Mar 5, 2024
1 parent 3c6015c commit 5c92a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/charts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ if [ $? -ne 0 ]; then
exit 1
fi

rm -rf tests/charts/umbrella-charts/Chart.lock tests/charts/umbrella-charts/charts
helm dependency update tests/charts/umbrella-charts
helm dependency build tests/charts/umbrella-charts

Expand Down
2 changes: 1 addition & 1 deletion tests/charts/umbrella-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ version: 0.0.1
appVersion: "1.0.0"
dependencies:
- name: selenium-grid
version: 0.28.3
version: "*"
repository: file://../../../charts/selenium-grid

0 comments on commit 5c92a89

Please sign in to comment.