File tree 2 files changed +3
-3
lines changed
suite/manifests/longevity
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>
10
10
GKE_PROJECT=<GCP project>
11
11
GKE_SVC_ACCOUNT=<service account with k8s admin permissions>
12
12
GKE_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
14
14
NETWORK_TAGS=<network tags>
15
15
NGF_REPO=nginxinc
16
16
NGF_BRANCH=main
Original file line number Diff line number Diff line change 53
53
-H "Authorization: Bearer $TOKEN" \
54
54
-H "Content-type: application/merge-patch+json" \
55
55
--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
57
57
restartPolicy : OnFailure
58
58
---
59
59
apiVersion : batch/v1
82
82
-H "Authorization: Bearer $TOKEN" \
83
83
-H "Content-type: application/merge-patch+json" \
84
84
--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
86
86
restartPolicy : OnFailure
You can’t perform that action at this time.
0 commit comments