deploy: pin :latest → semver across image refs

Replaces all ghcr.io/hanzoai/<svc>:latest pins with the latest published
semver tag for each service. Per CLAUDE.md auto-bump policy: mutable
branch tags (:latest, :main, :dev) are deprecated for cluster pins —
only immutable semver permitted.

Bulk update across services with published v* tags. Services without a
published semver remain on :latest until their release pipeline cuts a
v* tag.
This commit is contained in:
Hanzo AI
2026-05-07 08:34:07 -07:00
parent 07977ad612
commit 409a4c8390
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ services:
- data4-3:/data3
ingress:
image: ghcr.io/hanzoai/ingress:latest
image: ghcr.io/hanzoai/ingress:1.7.41
volumes:
- ./ingress.conf:/etc/ingress/config.yml:ro
ports:
@@ -2,7 +2,7 @@ version: '3.7'
# Settings and configurations that are common for all containers
x-minio-common: &minio-common
image: ghcr.io/hanzoai/s3:latest
image: ghcr.io/hanzoai/s3:1.0.1
command: server --console-address ":9001" http://minio{1...4}/data{1...2}
expose:
- "9000"