From 56d60f969c5a5197327f5d8487b8de916ec82554 Mon Sep 17 00:00:00 2001 From: BenVincent Date: Sun, 5 Jul 2026 17:51:59 +1000 Subject: [PATCH] bump artifactapi to 3.7.6 (#232) Co-authored-by: Ben Vincent Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/232 --- 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 5fc3b01..43b0fbd 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.5 + image: git.unkin.net/unkin/artifactapi:v3.7.6 imagePullPolicy: IfNotPresent ports: - containerPort: 8000 diff --git a/apps/base/artifactapi/ui-deployment.yaml b/apps/base/artifactapi/ui-deployment.yaml index 60b462c..1bad9ba 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.5 + image: git.unkin.net/unkin/artifactapi-ui:v3.7.6 imagePullPolicy: IfNotPresent ports: - containerPort: 80