Skip to content

fix: use ReplicatedImageRegistry noProxy=true for SDK airgap registry#58

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

fix: use ReplicatedImageRegistry noProxy=true for SDK airgap registry#58
aa-replicated merged 1 commit into
mainfrom
demo/tier4

Conversation

@aa-replicated
Copy link
Copy Markdown
Owner

Summary

Single change: adds replicated.image.registry override using ReplicatedImageRegistry "proxy.replicated.com" true.

  • Airgap: returns local embedded registry address → SDK pulls from local registry
  • Online: noProxy=true returns the registry unchanged (proxy.replicated.com) → no behavior change

Previous attempts used HasLocalRegistry and LocalRegistryHost which are not available in the helmchart.yaml template context. This uses only ReplicatedImageRegistry which is confirmed available.

Test plan

  • Promote release — confirm no template rendering error
  • Online EC3: SDK still reaches Running
  • Airgap EC3: SDK reaches Running

🤖 Generated with Claude Code

For airgap: returns local embedded registry address
For online: noProxy=true returns proxy.replicated.com unchanged

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@aa-replicated aa-replicated merged commit 638594c into main Apr 18, 2026
1 check 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