Skip to content

Commit

Permalink
increase for metalstack and kubevirt images
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinlercher authored May 7, 2024
1 parent 1853992 commit 9649fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ else
argocd_apps="argocd sx-kubecost sx-crossplane sx-kargo approved-application-team-app sx-cert-manager sx-argo-rollouts sx-kyverno sx-kube-prometheus-stack sx-external-secrets sx-loki sx-keycloak sx-promtail sx-tempo"
fi

# max wait for 15 minutes
end=$((SECONDS+900))
# max wait for 20 minutes
end=$((SECONDS+1200))

all_apps_synced="true"
while [ $SECONDS -lt $end ]; do
Expand Down

0 comments on commit 9649fdb

Please sign in to comment.