diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cb5627a..1d25cec 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -65,6 +65,8 @@ jobs: - name: Deploy to K3s run: | kubectl set image deployment/aprs aprs=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest -n aprs + # Force a rollout to ensure latest image is pulled + kubectl rollout restart deployment/aprs -n aprs - name: Wait for rollout run: |