You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use EC3 image functions and clean up preflight for airgap
- helmchart.yaml: use ReplicatedImageRegistry/Repository for proper
online vs airgap image routing; remove broken IsEmbeddedCluster
function and preflight.excludeReachability block
- deployment.yaml: support image.registry/repository split (EC path)
with imageProxy fallback for direct Helm installs
- values.yaml: add image.registry default, remove excludeReachability
- preflight.yaml: remove excludeReachability excludes, change
reachability fail->warn so airgap installs are not blocked
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
message: Successfully reached replicated.app. License validation will work correctly.
53
-
- fail:
51
+
- warn:
54
52
when: "error"
55
-
message: "Cannot reach replicated.app. Outbound internet access on port 443 is required for license validation. Check firewall or proxy settings."
53
+
message: "Cannot reach replicated.app. Outbound internet access on port 443 is required for online license validation. Air-gapped installs can ignore this warning."
56
54
- warn:
57
55
message: "Received an unexpected response from replicated.app. License validation may be affected."
0 commit comments