chore: bump artifactapi to v3.7.5 #231
Reference in New Issue
Block a user
Delete Branch "benvin/artifactapi-3.7.5"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
Roll out artifactapi
v3.7.5, which ships the local docker registry (artifactapi#103): localdockerrepos now serve the Docker Registry HTTP API V2 for push and pull.Changes
apps/base/artifactapi/api-deployment.yaml:artifactapiimagev3.7.4→v3.7.5apps/base/artifactapi/ui-deployment.yaml:artifactapi-uiimagev3.7.4→v3.7.5Heads-up (follow-up needed)
The API HPA runs
minReplicas: 2. Local-docker chunked blob uploads keep the upload session in-memory per replica, so a realdocker push(POST → PATCH → PUT across replicas, no session affinity) can intermittently 404 withBLOB_UPLOAD_UNKNOWN. Monolithic pushes are unaffected. Recommend a follow-up to make upload sessions replica-independent (S3-backed) or add session affinity for/v2/*/blobs/uploads/before relying on pushes in anger.