From 51143c56b79e6cf7a0da6c01ba775592c6c6b461 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Wed, 12 Aug 2026 20:59:15 +1000 Subject: [PATCH] artifactapi: bump images to v3.10.0 (apk repo support + UI) (#354) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Why artifactapi v3.10.0 ships Alpine/apk support — an apk local repository, a `github_alpine` remote, and metadata-only handling — plus the new UI how-to sections. Rolling the deployed images forward from v3.9.1 delivers apk repo support and the UI docs to the cluster. ## What - Bump `apps/base/artifactapi/api-deployment.yaml` API image `git.unkin.net/unkin/artifactapi` from `v3.9.1` to `v3.10.0`. - Bump `apps/base/artifactapi/ui-deployment.yaml` UI image `git.unkin.net/unkin/artifactapi-ui` from `v3.9.1` to `v3.10.0`. The v3.10.0 images are published/building from the `v3.10.0` tag. Only the two image tags change; `kustomize build`, yamllint, and pre-commit all pass. Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/354 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 a4ba083..6c76fcd 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.9.1 + image: git.unkin.net/unkin/artifactapi:v3.10.0 imagePullPolicy: IfNotPresent ports: - containerPort: 8000 diff --git a/apps/base/artifactapi/ui-deployment.yaml b/apps/base/artifactapi/ui-deployment.yaml index 44607f3..0a6a88c 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.9.1 + image: git.unkin.net/unkin/artifactapi-ui:v3.10.0 imagePullPolicy: IfNotPresent ports: - containerPort: 80