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 apiVersion: v1
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
metadata: metadata:
@@ -15,7 +10,6 @@ spec:
resources: resources:
requests: requests:
storage: 1Gi storage: 1Gi
--- ---
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
@@ -40,7 +34,7 @@ spec:
- name: dcr-registry-auth-ro - name: dcr-registry-auth-ro
initContainers: initContainers:
- name: bootstrap-cursor - 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 imagePullPolicy: IfNotPresent
env: env:
- name: CURSOR_API_KEY - name: CURSOR_API_KEY
@@ -72,7 +66,7 @@ spec:
type: RuntimeDefault type: RuntimeDefault
containers: containers:
- name: proxy - 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 imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@@ -128,7 +122,6 @@ spec:
- name: cursor-state - name: cursor-state
persistentVolumeClaim: persistentVolumeClaim:
claimName: cursor-agent-state claimName: cursor-agent-state
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
@@ -144,7 +137,6 @@ spec:
- name: http - name: http
port: 4646 port: 4646
targetPort: http targetPort: http
--- ---
apiVersion: multicluster.x-k8s.io/v1alpha1 apiVersion: multicluster.x-k8s.io/v1alpha1
kind: ServiceExport kind: ServiceExport