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
This commit is contained in:
fluxcdbot
2026-09-21 08:01:00 +00:00
parent 57a036ba5e
commit 77441c87df
+2 -10
View File
@@ -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