Commit daily changes

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2024-04-28 00:17:07 +00:00
parent bbcd29c857
commit 4cfcfb0324
84 changed files with 390 additions and 345 deletions
+1 -1
View File
@@ -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