From 9f87de736c00869658292a5944da5a41749aa8a4 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 3 Jul 2026 15:09:23 +1000 Subject: [PATCH] chore(artifactapi): deploy v3.7.3 Bumps the API and UI images from v3.6.5 to v3.7.3 so the au-syd1 cluster picks up the recent fixes: local-repo files now appear in the cached-objects UI, evicting a local RPM prunes its repodata metadata, and the bare domain redirects to the web UI. - api-deployment: artifactapi v3.6.5 -> v3.7.3 - ui-deployment: artifactapi-ui v3.6.5 -> v3.7.3 --- 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 1836328..c29b7df 100644 --- a/apps/base/artifactapi/api-deployment.yaml +++ b/apps/base/artifactapi/api-deployment.yaml @@ -35,7 +35,7 @@ spec: mountPath: /combined-certs containers: - name: api - image: git.unkin.net/unkin/artifactapi:v3.6.5 + image: git.unkin.net/unkin/artifactapi:v3.7.3 imagePullPolicy: IfNotPresent ports: - containerPort: 8000 diff --git a/apps/base/artifactapi/ui-deployment.yaml b/apps/base/artifactapi/ui-deployment.yaml index 694576b..09ae7d3 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.6.5 + image: git.unkin.net/unkin/artifactapi-ui:v3.7.3 imagePullPolicy: IfNotPresent ports: - containerPort: 80 -- 2.47.3