Skip to content

Commit b4ffb1b

Browse files
svetlana-efimovaSvetlana Efimovavault-token-factory-spectrocloud[bot]
authored
docs: Add information about registryMappingRules usage by Registry Connect (#7766)
* Add information about Registry Connect * ci: auto-formatting prettier issues * ci: auto-formatting prettier issues * Update installer-reference.md * ci: auto-formatting prettier issues * ci: auto-formatting prettier issues * Update installer-reference.md * ci: auto-formatting prettier issues * Fix according to review * Update installer-reference.md * ci: auto-formatting prettier issues * Update installer-reference.md * ci: auto-formatting prettier issues --------- Co-authored-by: Svetlana Efimova <svetlanaefimova@Mac.lan> Co-authored-by: svetlana-efimova <205686560+svetlana-efimova@users.noreply.github.com> Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
1 parent 05995c2 commit b4ffb1b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/docs-content/clusters/edge/edge-configuration/installer-reference.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ were downloaded when creating the [content bundle](../edgeforge-workflow/palette
173173
:::info
174174

175175
<!-- prettier-ignore -->
176-
Palette will automatically update the image path when <VersionedLink text="Harbor Edge-Native Config" url="/integrations/packs/?pack=harbor-edge-native-config" /> pack is enabled. For example, if you have a registry mapping rule such as the following.
176+
Palette will automatically update the image path when <VersionedLink text="Harbor Edge-Native Config" url="/integrations/packs/?pack=harbor-edge-native-config" /> or <VersionedLink text="Registry Connect" url="/integrations/packs/?pack=registry-connect" /> pack is enabled. For example, if you have a registry mapping rule such as the following.
177177

178178
```yaml
179179
"us-docker.pkg.dev/palette-images": "example.registry.com/palette-images"
@@ -184,6 +184,16 @@ Then the image tag will be updated with the prefix URL to the primary registry,
184184
specified in the user data. This allows the Edge host to find and pull images that came from an external registry
185185
through the primary registry.
186186

187+
<!-- prettier-ignore -->
188+
Note that the Harbor Edge-Native Config pack is deprecated and will be removed in a future release. Refer to
189+
[Migrate from Harbor Edge-Native Config Pack](../site-deployment/deploy-custom-registries/migrate-edge-native-config.md)
190+
for guidance on transitioning to Registry Connect.
191+
192+
The Registry Connect pack additionally supports `imageReplacementRules` (defined in the pack YAML under
193+
`charts.registry-connect.config.registry.imageReplacementRules`), which serve the same purpose as
194+
`registryMappingRules`. If you provide both settings, the configuration in `imageReplacementRules` takes precedence over
195+
`registryMappingRules`.
196+
187197
:::
188198

189199
```yaml

0 commit comments

Comments
 (0)