From 496b99f222cca82600ee52a2de40d61945c595f9 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Wed, 12 Aug 2026 23:54:34 +1000 Subject: [PATCH] artifactapi: bump image to v3.10.1 (#355) Ships the #117 local-repodata determinism fix (rpm + deb/apk) now that the v3.10.1 images are built and present in the Gitea registry. Simple one-release patch bump from the deployed v3.10.0 pin. How: - Bump artifactapi api image pin v3.10.0 -> v3.10.1 - Bump artifactapi-ui image pin v3.10.0 -> v3.10.1 Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/355 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 6c76fcd..f0f13fb 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.0 + image: git.unkin.net/unkin/artifactapi:v3.10.1 imagePullPolicy: IfNotPresent ports: - containerPort: 8000 diff --git a/apps/base/artifactapi/ui-deployment.yaml b/apps/base/artifactapi/ui-deployment.yaml index 0a6a88c..6c17f3d 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.0 + image: git.unkin.net/unkin/artifactapi-ui:v3.10.1 imagePullPolicy: IfNotPresent ports: - containerPort: 80