File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
suite/manifests/longevity Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ GKE_CLUSTER_REGION=<region where GKE cluster is deployed>
1010GKE_PROJECT=<GCP project>
1111GKE_SVC_ACCOUNT=<service account with k8s admin permissions>
1212GKE_NODES_SERVICE_ACCOUNT=<service account for the GKE nodes to assume>
13- IMAGE=projects/debian-cloud/global/images/debian-11-bullseye-v20231212
13+ IMAGE=projects/debian-cloud/global/images/debian-11-bullseye-v20240213
1414NETWORK_TAGS=<network tags>
1515NGF_REPO=nginxinc
1616NGF_BRANCH=main
Original file line number Diff line number Diff line change 5353 -H "Authorization: Bearer $TOKEN" \
5454 -H "Content-type: application/merge-patch+json" \
5555 --data-raw "{\"spec\": {\"template\": {\"metadata\": {\"annotations\": {\"kubectl.kubernetes.io/restartedAt\": \"$RESTARTED_AT\"}}}}}" \
56- "https://kubernetes.default/apis/apps/v1/namespaces/default /deployments/coffee?fieldManager=kubectl-rollout" 2>&1
56+ "https://kubernetes.default/apis/apps/v1/namespaces/longevity /deployments/coffee?fieldManager=kubectl-rollout" 2>&1
5757 restartPolicy : OnFailure
5858---
5959apiVersion : batch/v1
8282 -H "Authorization: Bearer $TOKEN" \
8383 -H "Content-type: application/merge-patch+json" \
8484 --data-raw "{\"spec\": {\"template\": {\"metadata\": {\"annotations\": {\"kubectl.kubernetes.io/restartedAt\": \"$RESTARTED_AT\"}}}}}" \
85- "https://kubernetes.default/apis/apps/v1/namespaces/default /deployments/tea?fieldManager=kubectl-rollout" 2>&1
85+ "https://kubernetes.default/apis/apps/v1/namespaces/longevity /deployments/tea?fieldManager=kubectl-rollout" 2>&1
8686 restartPolicy : OnFailure
You can’t perform that action at this time.
0 commit comments