Skip to content

Commit 2970906

Browse files
committed
update sentrius docker image version and up retries
1 parent 38ff745 commit 2970906

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gcp.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SENTRIUS_VERSION=1.0.17
1+
SENTRIUS_VERSION=1.0.18
22
SENTRIUS_SSH_VERSION=1.0.2
33
SENTRIUS_KEYCLOAK_VERSION=1.0.4
44
SENTRIUS_AGENT_VERSION=1.0.11

ops-scripts/gcp/deploy-helm.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ helm upgrade --install sentrius ./sentrius-gcp-chart --namespace ${TENANT} \
3737

3838
# Wait for LoadBalancer IPs to be ready
3939
echo "Waiting for LoadBalancer IPs to be assigned..."
40-
RETRIES=30
40+
RETRIES=60
4141
SLEEP_INTERVAL=10
4242

4343
for ((i=1; i<=RETRIES; i++)); do
44-
# Retrieve LoadBalancer IP
4544
# Retrieve LoadBalancer IP
4645
INGRESS_IP=$(kubectl get ingress managed-cert-ingress-${TENANT} -n ${TENANT} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
4746

0 commit comments

Comments
 (0)