From 4d7fdc17fabfd91b2ac399602154b2517ac42474 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 5 Sep 2026 12:16:54 +1000 Subject: [PATCH] Bump artifactapi API and UI images to v3.11.2 --- apps/base/artifactapi/api-deployment.yaml | 2 +- apps/base/artifactapi/ui-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/artifactapi/api-deployment.yaml b/apps/base/artifactapi/api-deployment.yaml index afda59d..933f3de 100644 --- a/apps/base/artifactapi/api-deployment.yaml +++ b/apps/base/artifactapi/api-deployment.yaml @@ -36,7 +36,7 @@ spec: mountPath: /combined-certs containers: - name: api - image: git.unkin.net/unkin/artifactapi:v3.11.1 + image: git.unkin.net/unkin/artifactapi:v3.11.2 imagePullPolicy: IfNotPresent ports: - containerPort: 8000 diff --git a/apps/base/artifactapi/ui-deployment.yaml b/apps/base/artifactapi/ui-deployment.yaml index 1819ed2..aefc37f 100644 --- a/apps/base/artifactapi/ui-deployment.yaml +++ b/apps/base/artifactapi/ui-deployment.yaml @@ -22,7 +22,7 @@ spec: automountServiceAccountToken: true containers: - name: ui - image: git.unkin.net/unkin/artifactapi-ui:v3.11.1 + image: git.unkin.net/unkin/artifactapi-ui:v3.11.2 imagePullPolicy: IfNotPresent ports: - containerPort: 80 -- 2.47.3