From babd7c9efd62612fd6a0f3ecd2b20190066de990 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Wed, 12 Aug 2026 00:35:03 +1000 Subject: [PATCH] artifactapi: bump images to v3.9.1 (deb repo support + UI) --- 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 80bc87e..a4ba083 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.8.0 + image: git.unkin.net/unkin/artifactapi:v3.9.1 imagePullPolicy: IfNotPresent ports: - containerPort: 8000 diff --git a/apps/base/artifactapi/ui-deployment.yaml b/apps/base/artifactapi/ui-deployment.yaml index 38de490..44607f3 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.8.0 + image: git.unkin.net/unkin/artifactapi-ui:v3.9.1 imagePullPolicy: IfNotPresent ports: - containerPort: 80 -- 2.47.3