From 8690ace603b20f9700dc5deba3d452372ff08b38 Mon Sep 17 00:00:00 2001 From: Bruce Schultz Date: Tue, 19 Mar 2024 16:41:33 +0100 Subject: [PATCH] build(k8s): update gateway image hash version --- helm/gateway/templates/gateway-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/gateway/templates/gateway-deployment.yaml b/helm/gateway/templates/gateway-deployment.yaml index a24103e..09ddf53 100644 --- a/helm/gateway/templates/gateway-deployment.yaml +++ b/helm/gateway/templates/gateway-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: api-gateway - image: ghcr.io/privateaim/node-hub-api-adapter:sha-61a1c36 + image: ghcr.io/privateaim/node-hub-api-adapter:sha-f70404d imagePullPolicy: IfNotPresent # Maybe "Always" during debug readinessProbe: httpGet: