From d45e56e63054bf76b52a59ecdbb1b45a2b6f76e9 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 25 Apr 2026 22:31:32 +1000 Subject: [PATCH] feat: change to artifactapi image - change to using the artifactapi image build on tag events --- apps/base/artifactapi/artifactapi-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/artifactapi/artifactapi-deployment.yaml b/apps/base/artifactapi/artifactapi-deployment.yaml index 1978efe..f6fb8d7 100644 --- a/apps/base/artifactapi/artifactapi-deployment.yaml +++ b/apps/base/artifactapi/artifactapi-deployment.yaml @@ -19,7 +19,7 @@ spec: automountServiceAccountToken: true containers: - name: artifactapi - image: git.unkin.net/unkin/almalinux9-artifactapi:2.1.1 + image: git.unkin.net/unkin/artifactapi:v2.2.1 imagePullPolicy: IfNotPresent ports: - containerPort: 8000