From 54b82b7c2b7bd90ca799856b541a810f5980145d Mon Sep 17 00:00:00 2001 From: Adam Anthony Date: Sat, 18 Apr 2026 00:45:46 -0400 Subject: [PATCH] fix: add repository overrides for bitnami subcharts in helmchart.yaml ReplicatedImageRegistry returns only the registry host (proxy.replicated.com), not the full proxy path. Bitnami charts append their own default repository (bitnami/postgresql) producing a broken URL missing the /proxy/gameshelf/index.docker.io/ prefix. Override repository to embed the full proxy path, matching the pattern that works for the gameshelf image. Co-Authored-By: Claude Sonnet 4.6 --- helmchart.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helmchart.yaml b/helmchart.yaml index e9e6dab..123c9b6 100644 --- a/helmchart.yaml +++ b/helmchart.yaml @@ -22,12 +22,15 @@ spec: postgresql: image: registry: 'repl{{ ReplicatedImageRegistry "index.docker.io/bitnami/postgresql" }}' + repository: 'proxy/gameshelf/index.docker.io/bitnami/postgresql' volumePermissions: image: registry: 'repl{{ ReplicatedImageRegistry "index.docker.io/bitnami/os-shell" }}' + repository: 'proxy/gameshelf/index.docker.io/bitnami/os-shell' redis: image: registry: 'repl{{ ReplicatedImageRegistry "index.docker.io/bitnami/redis" }}' + repository: 'proxy/gameshelf/index.docker.io/bitnami/redis' builder: postgresql: image: