From 7f154883326ac5d988af3f2c57e7d4a18bb39f75 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 5 Sep 2026 11:23:45 +1000 Subject: [PATCH] Bump encapi image to v0.1.2 (#450) Why: pick up encapi v0.1.2, which moves DB migrations onto golib/pg with no behavior change (release pipeline green). - Bump the encapi deployment container image from v0.1.1 to v0.1.2 Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/450 Co-authored-by: unkin-agent Co-committed-by: unkin-agent --- apps/base/encapi/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/encapi/deployment.yaml b/apps/base/encapi/deployment.yaml index aab1a1b..38ee52a 100644 --- a/apps/base/encapi/deployment.yaml +++ b/apps/base/encapi/deployment.yaml @@ -23,7 +23,7 @@ spec: automountServiceAccountToken: true containers: - name: encapi - image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/encapi:v0.1.1 + image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/encapi:v0.1.2 imagePullPolicy: IfNotPresent ports: - containerPort: 8000