mirror of
https://github.com/truecharts/charts.git
synced 2026-07-09 05:31:24 -03:00
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
2
.github/scripts/install_dependencies.sh
vendored
2
.github/scripts/install_dependencies.sh
vendored
@@ -12,7 +12,7 @@ echo "Chart name: $curr_chart"
|
||||
|
||||
if [[ "$curr_chart" != "charts/premium/volsync" ]]; then
|
||||
echo "Installing volumesnapshots chart"
|
||||
helm install volumesnapshots oci://tccr.io/truecharts/volumesnapshots --namespace volumesnapshots --create-namespace --wait
|
||||
helm install volumesnapshots oci://tccr.io/truecharts/volumesnapshots --namespace volumesnapshots --create-namespace --wait
|
||||
if [[ "$?" != "0" ]]; then
|
||||
echo "Failed to install volumesnapshots chart"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user