Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -68,9 +68,9 @@
|
||||
//
|
||||
// helm deps
|
||||
//
|
||||
//
|
||||
// Ensure System Apps aren't automerged after many upstream fuckups
|
||||
//
|
||||
//
|
||||
// Ensure System Apps aren't automerged after many upstream fuckups
|
||||
//
|
||||
{
|
||||
"matchDatasources": ["helm"],
|
||||
"automerge": false,
|
||||
|
||||
@@ -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