From 5a4bc1611ed898460897bdbf58a38be28a32f498 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 10 Aug 2026 23:33:06 +1000 Subject: [PATCH] Bump artifactapi to v3.8.0 (#351) ## Why artifactapi v3.8.0 ships the github_rpm remote (GitHub releases exposed as a dnf/yum repo via synthesized repodata, a background metadata syncer with multi-replica leasing, and a server-level GitHub machine credential for authenticated requests). This rolls the running deployment onto that release. ## How - Bump the api image `git.unkin.net/unkin/artifactapi` from v3.7.7 to v3.8.0. - Bump the ui image `git.unkin.net/unkin/artifactapi-ui` from v3.7.7 to v3.8.0. --------- Co-authored-by: benvin Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/351 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 89dbec7..80bc87e 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.7.7 + image: git.unkin.net/unkin/artifactapi:v3.8.0 imagePullPolicy: IfNotPresent ports: - containerPort: 8000 diff --git a/apps/base/artifactapi/ui-deployment.yaml b/apps/base/artifactapi/ui-deployment.yaml index 83c2cc2..38de490 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.7.7 + image: git.unkin.net/unkin/artifactapi-ui:v3.8.0 imagePullPolicy: IfNotPresent ports: - containerPort: 80