From 2fcb3d70d58fa92c00595271c924ea9324cc64b3 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 5 Sep 2026 16:04:58 +1000 Subject: [PATCH] Bump artifactapi to v3.11.2 (#453) Why: pick up v3.11.2, which moves DB migrations onto golib/pg with no behavior change. - Bump the artifactapi API and UI image pins from v3.11.1 to v3.11.2. Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/453 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 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