From ae44dddb1fa267b88ca494e302105b9d56c0ddff Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 5 Jul 2026 17:09:17 +1000 Subject: [PATCH] chore: bump artifactapi to v3.7.5 Ships the local docker registry (artifactapi#103): local docker repos now serve the Docker Registry HTTP API V2 for push and pull. --- 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 21e65b7..5fc3b01 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.7.4 + image: git.unkin.net/unkin/artifactapi:v3.7.5 imagePullPolicy: IfNotPresent ports: - containerPort: 8000 diff --git a/apps/base/artifactapi/ui-deployment.yaml b/apps/base/artifactapi/ui-deployment.yaml index 89e0d5a..60b462c 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.4 + image: git.unkin.net/unkin/artifactapi-ui:v3.7.5 imagePullPolicy: IfNotPresent ports: - containerPort: 80 -- 2.47.3