From 30d5d05cb087656bb40b96cea7a36930487194ed Mon Sep 17 00:00:00 2001 From: benvin Date: Mon, 10 Aug 2026 23:25:52 +1000 Subject: [PATCH] Bump artifactapi to v3.8.0 Ship the github_rpm remote release (GitHub releases served as a yum repo, background syncer, server-level GitHub auth) now on the artifactapi v3.8.0 images. --- 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