Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imageref hotfix #164

Merged
merged 3 commits into from
Jun 24, 2024
Merged

Imageref hotfix #164

merged 3 commits into from
Jun 24, 2024

Conversation

goranbs
Copy link
Contributor

@goranbs goranbs commented Jun 24, 2024

Support updating image reference when attaching a new image registry to a project.

When adding an image registry to a project we would like to add the registry url at the beginning of the image reference. However, image references can be written in several ways:

When adding a image registry to a project, the registry is defined by an url, and we would like to update the url of the image registry in the image reference, simply:

registryUrl/imagePath

We have to identify the registryUrl and the imagePath, in order to acheive this. This is what has been done in this imageref hotfix in order to correctly update the image reference correctly.

@goranbs goranbs merged commit 7a79524 into main Jun 24, 2024
3 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