From 5fb3b37e7b28aad3547ae5a8f342f4f948457fd9 Mon Sep 17 00:00:00 2001 From: unkinben Date: Sun, 5 Jul 2026 17:37:29 +1000 Subject: [PATCH] encapi: use released image v0.1.1 The first successful encapi release is v0.1.1 (v0.0.1 was a placeholder and v0.1.0's build failed on a gitignore bug). Point the deployment at the image that actually exists in the registry. --- 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 2feecfa..60f14d8 100644 --- a/apps/base/encapi/deployment.yaml +++ b/apps/base/encapi/deployment.yaml @@ -23,7 +23,7 @@ spec: automountServiceAccountToken: true containers: - name: encapi - image: git.unkin.net/unkin/encapi:v0.0.1 + image: git.unkin.net/unkin/encapi:v0.1.1 imagePullPolicy: IfNotPresent ports: - containerPort: 8000