changed deploy image

This commit is contained in:
Bojan Kucera 2025-06-06 08:31:17 -04:00
parent c26336e3e6
commit f4e589c8af

View file

@ -32,7 +32,7 @@ build:
# Deploy to production # Deploy to production
deploy: deploy:
stage: deploy stage: deploy
image: bitnami/kubectl:latest image: alpine/k8s:1.28.4
script: script:
- kubectl rollout restart deployment/proxy-detection-api - kubectl rollout restart deployment/proxy-detection-api
- kubectl rollout status deployment/proxy-detection-api --timeout=300s - kubectl rollout status deployment/proxy-detection-api --timeout=300s