From 790ca4217398b0190693dc86e0ef9bcccfa579f2 Mon Sep 17 00:00:00 2001 From: gitea-actions Date: Wed, 11 Mar 2026 19:31:08 +0000 Subject: [PATCH] chore: update checkout image to b60ac40177b1124d7b7ad71aaa9655616b60cd13 --- checkout/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkout/deployment.yaml b/checkout/deployment.yaml index 205f9f6..92590cf 100644 --- a/checkout/deployment.yaml +++ b/checkout/deployment.yaml @@ -24,7 +24,7 @@ spec: serviceAccountName: checkout-sa containers: - name: checkout - image: harbor.mxhunt.in/k8s-lab/checkout:latest + image: harbor.mxhunt.in/k8s-lab/checkout:b60ac40177b1124d7b7ad71aaa9655616b60cd13 env: - name: PAYMENT_API_URL value: "http://payment-api:8080/transactions"