bump: v1.115.0 #2

Merged
ange merged 8 commits from staging into prod 2024-09-27 00:41:05 +00:00
2 changed files with 6 additions and 7 deletions
Showing only changes of commit 39e793a67a - Show all commits

View File

@ -4,3 +4,9 @@
export NB_REPLICAS=1
. ./manifests/bin/deploy.sh
if [ "$GITHUB_REF_NAME" = prod ]; then
kapply common/delegation.yaml
kubectl rollout restart deployment delegation
fi

View File

@ -1,7 +0,0 @@
#!/bin/bash -e
. ./manifests/bin/staging.sh
kapply common/delegation.yaml
kubectl rollout restart deployment delegation