We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ff745 commit 2970906Copy full SHA for 2970906
.gcp.env
@@ -1,4 +1,4 @@
1
-SENTRIUS_VERSION=1.0.17
+SENTRIUS_VERSION=1.0.18
2
SENTRIUS_SSH_VERSION=1.0.2
3
SENTRIUS_KEYCLOAK_VERSION=1.0.4
4
SENTRIUS_AGENT_VERSION=1.0.11
ops-scripts/gcp/deploy-helm.sh
@@ -37,11 +37,10 @@ helm upgrade --install sentrius ./sentrius-gcp-chart --namespace ${TENANT} \
37
38
# Wait for LoadBalancer IPs to be ready
39
echo "Waiting for LoadBalancer IPs to be assigned..."
40
-RETRIES=30
+RETRIES=60
41
SLEEP_INTERVAL=10
42
43
for ((i=1; i<=RETRIES; i++)); do
44
- # Retrieve LoadBalancer IP
45
# Retrieve LoadBalancer IP
46
INGRESS_IP=$(kubectl get ingress managed-cert-ingress-${TENANT} -n ${TENANT} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
47
0 commit comments