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-08-18 15:08:00 -07:00
parent 9dbe8b6f43
commit a1dd91e56f
3 changed files with 3 additions and 2 deletions
@@ -18,6 +18,7 @@ spec:
- name: queue-operator
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ["/queue-operator"]
env:
- name: KMSVC_KAFKA_BROKERS
value: {{ .Values.kafkaBrokers | quote }}