diff --git a/.github/workflows/helm-deploy.yaml b/.github/workflows/helm-deploy.yaml index 4bbdf54..ffeb6e3 100644 --- a/.github/workflows/helm-deploy.yaml +++ b/.github/workflows/helm-deploy.yaml @@ -47,4 +47,7 @@ jobs: --create-namespace \ -f ./infra/map/values.yaml \ --set map.fqdn_legacy="${{ vars.FQDN_LEGACY }}" \ - --set map.fqdn="${{ vars.FQDN }}" \ No newline at end of file + --set map.fqdn="${{ vars.FQDN }}" + + # Rolling restart + kubectl --kubeconfig ./config --server https://${{ secrets.SSH_TARGET_IP }}:6443 -n ${{ vars.MAP_NAMESPACE }} rollout restart deploy \ No newline at end of file