Skip to content

Commit c50aff1

Browse files
aa-replicatedclaude
andcommitted
fix: override image proxy and pull policy for EC airgap installs
- Clear imageProxy.host for EC installs so KOTS rewrites plain image refs (online EC) or EC mirrors from local registry (airgap EC) - Set pullPolicy to IfNotPresent to prevent internet pulls in airgap - Clear postgresql/redis registry overrides for EC so plain refs are used - Set docker.io registry in builder so Replicated detects upstream Bitnami images and includes them in airgap bundles Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4568856 commit c50aff1

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

helmchart.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ spec:
1313
siteName: repl{{ ConfigOption `site_name`}}
1414
siteColor: repl{{ ConfigOption `site_color`}}
1515
customBrandingEnabled: repl{{ LicenseFieldValue `custom_branding_enabled` }}
16+
imageProxy:
17+
host: ""
18+
image:
19+
pullPolicy: IfNotPresent
20+
postgresql:
21+
image:
22+
registry: ""
23+
redis:
24+
image:
25+
registry: ""
1626
builder:
1727
image:
1828
tag: latest
29+
postgresql:
30+
image:
31+
registry: "docker.io"
32+
redis:
33+
image:
34+
registry: "docker.io"

0 commit comments

Comments
 (0)