Skip to content

fix: use LocalRegistryHost for SDK registry override in airgap#56

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

fix: use LocalRegistryHost for SDK registry override in airgap#56
aa-replicated merged 1 commit into
mainfrom
demo/tier4

Conversation

@aa-replicated
Copy link
Copy Markdown
Owner

Summary

  • Replaces HasLocalRegistry (not available in helmchart.yaml template context) with LocalRegistryHost | default "proxy.replicated.com"
  • Online: LocalRegistryHost returns empty string → falls back to proxy.replicated.com (SDK works natively)
  • Airgap: LocalRegistryHost returns the embedded registry address → SDK pulls from local registry

Test plan

  • Promote release — confirm no template rendering error on deploy
  • Online EC3: all 4 pods reach Running
  • Airgap EC3: all 4 pods reach Running

🤖 Generated with Claude Code

HasLocalRegistry is not available in helmchart.yaml template context.
LocalRegistryHost returns empty string for online installs, so
| default "proxy.replicated.com" handles both cases cleanly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@aa-replicated aa-replicated merged commit f811556 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