From d37e87f35b0c4ba93b7b4322cc46e8eb10744082 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Thu, 13 Aug 2026 17:40:41 +1000 Subject: [PATCH] artifactapi: bump image to v3.11.0 (#356) ## Why Ship artifactapi v3.11.0: mirrorlist support, least-connections balancing, and cache-flush. Both `artifactapi` and `artifactapi-ui` images are built and present in the Gitea registry (release pipeline green). ## How Bump the api and ui image pins v3.10.1 -> v3.11.0: - `apps/base/artifactapi/api-deployment.yaml`: `git.unkin.net/unkin/artifactapi:v3.10.1` -> `:v3.11.0` - `apps/base/artifactapi/ui-deployment.yaml`: `git.unkin.net/unkin/artifactapi-ui:v3.10.1` -> `:v3.11.0` Overlay `apps/overlays/au-syd1/artifactapi` renders clean via `kustomize build`. Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/356 Co-authored-by: unkin-agent Co-committed-by: unkin-agent --- 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 f0f13fb..72e46d8 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.10.1 + image: git.unkin.net/unkin/artifactapi:v3.11.0 imagePullPolicy: IfNotPresent ports: - containerPort: 8000 diff --git a/apps/base/artifactapi/ui-deployment.yaml b/apps/base/artifactapi/ui-deployment.yaml index 6c17f3d..b9f2437 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.10.1 + image: git.unkin.net/unkin/artifactapi-ui:v3.11.0 imagePullPolicy: IfNotPresent ports: - containerPort: 80