From 73d621ec37b4807c4b55160738ef9bf5e3465482 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 3 Jul 2026 19:36:34 +1000 Subject: [PATCH] chore(artifactapi): deploy v3.7.4 Bumps the API and UI images from v3.7.3 to v3.7.4 so au-syd1 picks up the terraform provider registry: local terraform repos now serve /.well-known/terraform.json and the providers.v1 endpoints, and the signing key self-provisions in the database (no secret to mount). - api-deployment: artifactapi v3.7.3 -> v3.7.4 - ui-deployment: artifactapi-ui v3.7.3 -> v3.7.4 --- 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 c29b7df..21e65b7 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.3 + image: git.unkin.net/unkin/artifactapi:v3.7.4 imagePullPolicy: IfNotPresent ports: - containerPort: 8000 diff --git a/apps/base/artifactapi/ui-deployment.yaml b/apps/base/artifactapi/ui-deployment.yaml index 09ae7d3..89e0d5a 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.3 + image: git.unkin.net/unkin/artifactapi-ui:v3.7.4 imagePullPolicy: IfNotPresent ports: - containerPort: 80