From 15225433e98f0dd0604e3050950e100883364b17 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 3 Jul 2026 15:14:28 +1000 Subject: [PATCH] chore(artifactapi): deploy v3.7.3 (#215) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Why artifactapi images \`v3.7.3\` are built and pushed to the registry, but au-syd1 is still running \`v3.6.5\`. This rolls the deployment forward to pick up the recent fixes. ## Changes - \`api-deployment\`: \`artifactapi\` \`v3.6.5\` → \`v3.7.3\` - \`ui-deployment\`: \`artifactapi-ui\` \`v3.6.5\` → \`v3.7.3\` Included in v3.7.x since v3.6.5: - Local-repo files now appear in the cached-objects UI (#99). - Evicting a local RPM prunes its repodata metadata (#100). - The bare domain redirects to the web UI at /ui (#101). Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/215 Co-authored-by: Ben Vincent Co-committed-by: Ben Vincent --- 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