Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Conversation

LucilleH
Copy link
Collaborator

Summary

Expose registry host information for helm hooks to access.

How was it tested?

launchpad up on BYOC + custom ECR

Is this change backwards-compatible?

Yes

@LucilleH LucilleH changed the title Enable logged out byoc with custom ecr without v3key injection DEV-1249 Expose registry host to helm hooks DEV-1249 Nov 11, 2022
Copy link
Contributor

@mikeland73 mikeland73 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving to unblock, but you can use published images to determine the host, no need to export a separate host.

@@ -63,6 +63,7 @@ func makeDeployOptions(
helm.NewImageProvider(
buildOutput.Image.String(),
publishOutput.PublishedImages(),
string(publishOutput.RegistryHost),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be needed. The published images have enough information to determine the host. (they are the hostname on the published image URL)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments in axiom

@LucilleH LucilleH merged commit baa014e into main Nov 11, 2022
@LucilleH LucilleH deleted the lucille--byoc-ecr2 branch November 11, 2022 03:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants