From 51019e30ce971b8b5ac82f9eaf5c792581268abb Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 11 Jan 2026 13:38:44 -0600 Subject: [PATCH] Update GitLab agent context name for deployment --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdf93765..84194fd9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ deploy: entrypoint: [""] script: - kubectl config get-contexts - - kubectl config use-context towerops/towerops:towerops + - kubectl config use-context towerops/towerops:home-cluster-glab-agent # Deploy new version (migrations run on app start) - kubectl set image deployment/towerops towerops=$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA -n towerops - kubectl rollout status deployment/towerops -n towerops --timeout=5m