From 4c8a773cd87d7f65379d494cabc7f6dd92a86b4e Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Thu, 13 Aug 2026 20:04:22 +1000 Subject: [PATCH] artifactapi: bump image to v3.11.1 (#358) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Why Ships the least_conn selection optimization released in artifactapi v3.11.1 (image built, pushed to the registry, pipeline green). ## How - Bump api pin: `artifactapi:v3.11.0` → `:v3.11.1` (apps/base/artifactapi/api-deployment.yaml) - Bump ui pin: `artifactapi-ui:v3.11.0` → `:v3.11.1` (apps/base/artifactapi/ui-deployment.yaml) `kustomize build apps/overlays/au-syd1/artifactapi` clean; both images resolve to v3.11.1. Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/358 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 72e46d8..afda59d 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.0 + image: git.unkin.net/unkin/artifactapi:v3.11.1 imagePullPolicy: IfNotPresent ports: - containerPort: 8000 diff --git a/apps/base/artifactapi/ui-deployment.yaml b/apps/base/artifactapi/ui-deployment.yaml index b9f2437..1819ed2 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.0 + image: git.unkin.net/unkin/artifactapi-ui:v3.11.1 imagePullPolicy: IfNotPresent ports: - containerPort: 80