feat: point SQS charts to public GHCR image

Forgejo registry unreachable from worker nodes (network isolation +
host-to-ClusterIP routing gaps). Both management-service and queue-operator
now ship from the same public GHCR image, with queue-operator selected via
command override.
This commit is contained in:
Story Crater Bot
2026-07-13 10:31:22 -07:00
parent e6d7626fb6
commit cd1c5691e8
3 changed files with 3 additions and 2 deletions
@@ -2,7 +2,7 @@ namespace: sqs
replicaCount: 3
image:
repository: forgejo.riotpiao.homelab.com/rock/kafka-management-service
repository: ghcr.io/riotpiaole/kmsvc-management-service
tag: latest
pullPolicy: Always