Skip to content

fix: add repository overrides for bitnami subcharts#51

Merged
aa-replicated merged 1 commit into
mainfrom
demo/tier4
Apr 18, 2026
Merged

fix: add repository overrides for bitnami subcharts#51
aa-replicated merged 1 commit into
mainfrom
demo/tier4

Conversation

@aa-replicated
Copy link
Copy Markdown
Owner

Summary

  • Add repository overrides for postgresql, postgresql.volumePermissions, and redis images in helmchart.yaml

Root cause: ReplicatedImageRegistry returns only the registry host (proxy.replicated.com), not the full proxy path. Bitnami subcharts append their own default repository (bitnami/postgresql), producing a broken URL:

proxy.replicated.com/bitnami/postgresql:latest   ❌

Instead of the correct:

proxy.replicated.com/proxy/gameshelf/index.docker.io/bitnami/postgresql:latest   ✅

The fix embeds the full proxy path in the repository override, matching the pattern already working for the gameshelf image.

Test plan

  • Promote release and deploy — postgresql and redis pods reach Running
  • Verify image refs: kubectl describe pod <postgresql-pod> shows proxy.replicated.com/proxy/gameshelf/index.docker.io/bitnami/postgresql:<tag>

🤖 Generated with Claude Code

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 <noreply@anthropic.com>
@aa-replicated aa-replicated merged commit 128e08d into main Apr 18, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant