diff --git a/Makefile b/Makefile index cdabfedcd9..6252cbc7b6 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ WORMHOLE_APP_TAG := $(GRAVITY_TAG) STORAGE_APP_TAG ?= 0.0.3 LOGGING_APP_TAG ?= 6.0.7 MONITORING_APP_TAG ?= 7.0.5 -DNS_APP_TAG = 7.0.1 +DNS_APP_TAG = 7.0.2 BANDWAGON_TAG ?= 6.0.1 RBAC_APP_TAG := $(GRAVITY_TAG) TILLER_VERSION = 2.16.12 diff --git a/assets/dns-app/hooks/entrypoint.sh b/assets/dns-app/hooks/entrypoint.sh index ca7c1e2814..315ee1e332 100755 --- a/assets/dns-app/hooks/entrypoint.sh +++ b/assets/dns-app/hooks/entrypoint.sh @@ -10,7 +10,7 @@ if [ $1 = "update" ]; then rig delete ds/coredns-worker --resource-namespace=kube-system --force echo "Checking status" - rig status $RIG_CHANGESET --retry-attempts=120 --retry-period=1s --debug + rig status $RIG_CHANGESET --retry-attempts=600 --retry-period=1s --debug echo "Freezing" rig freeze elif [ $1 = "rollback" ]; then