chore(artifactapi): deploy v3.7.4
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

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
This commit is contained in:
2026-07-03 19:36:34 +10:00
parent 15225433e9
commit 73d621ec37
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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