From 77441c87dfbe63dff98884a704b950b43de80bf1 Mon Sep 17 00:00:00 2001 From: fluxcdbot Date: Mon, 21 Sep 2026 08:01:00 +0000 Subject: [PATCH] chore(deploy): update cursor-agent-api-proxy image dcr.trinitysan.by/infra/cursor-agent-api-proxy:latest -> dcr.trinitysan.by/infra/cursor-agent-api-proxy:1-52c45e48f8f4a2c0b1a3c29c08d39a3a88e1c2d4 --- deploy/010-cursor-agent-api.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/deploy/010-cursor-agent-api.yaml b/deploy/010-cursor-agent-api.yaml index 2841495..b7f2e70 100644 --- a/deploy/010-cursor-agent-api.yaml +++ b/deploy/010-cursor-agent-api.yaml @@ -1,8 +1,3 @@ -# Cursor Agent API workload (node4). -# Namespace + SecretAdapters live in infra glue (131-cursor-agent-api.yaml). -# Image tag updated by Flux ImageUpdateAutomation (run_number-sha tags). - ---- apiVersion: v1 kind: PersistentVolumeClaim metadata: @@ -15,7 +10,6 @@ spec: resources: requests: storage: 1Gi - --- apiVersion: apps/v1 kind: Deployment @@ -40,7 +34,7 @@ spec: - name: dcr-registry-auth-ro initContainers: - name: bootstrap-cursor - image: dcr.trinitysan.by/infra/cursor-agent-api-proxy:latest # {"$imagepolicy": "flux-system:cursor-agent-api-proxy"} + image: dcr.trinitysan.by/infra/cursor-agent-api-proxy:1-52c45e48f8f4a2c0b1a3c29c08d39a3a88e1c2d4 # {"$imagepolicy": "flux-system:cursor-agent-api-proxy"} imagePullPolicy: IfNotPresent env: - name: CURSOR_API_KEY @@ -72,7 +66,7 @@ spec: type: RuntimeDefault containers: - name: proxy - image: dcr.trinitysan.by/infra/cursor-agent-api-proxy:latest # {"$imagepolicy": "flux-system:cursor-agent-api-proxy"} + image: dcr.trinitysan.by/infra/cursor-agent-api-proxy:1-52c45e48f8f4a2c0b1a3c29c08d39a3a88e1c2d4 # {"$imagepolicy": "flux-system:cursor-agent-api-proxy"} imagePullPolicy: IfNotPresent ports: - name: http @@ -128,7 +122,6 @@ spec: - name: cursor-state persistentVolumeClaim: claimName: cursor-agent-state - --- apiVersion: v1 kind: Service @@ -144,7 +137,6 @@ spec: - name: http port: 4646 targetPort: http - --- apiVersion: multicluster.x-k8s.io/v1alpha1 kind: ServiceExport