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

chore(merlin|turing): Use configured image registry to generate default image names #394

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

krithika369
Copy link
Collaborator

@krithika369 krithika369 commented Dec 14, 2023

Motivation

It's a common use case to use a private mirror for docker images. This PR updates Turing and Merlin charts so that the image names that are generated based on the released version will leverage the configured deployment.image.registry value.

Modification

  • charts/merlin/templates/_config.tpl - Use {{ .Values.deployment.image.registry }} for the Pyfunc base images and standard transformer
  • charts/turing/templates/_config.tpl - Use {{ .Values.deployment.image.registry }} for the Pyfunc base images and router
  • Update unit tests to distinguish the override test case better

Checklist

  • Chart version bumped
  • README.md updated

CC: @ariefrahmansyah @leonlnj

@krithika369 krithika369 requested a review from a team as a code owner December 14, 2023 00:58
@krithika369 krithika369 merged commit fcae719 into main Dec 14, 2023
4 checks passed
@krithika369 krithika369 deleted the use_caraml_image_registry branch December 14, 2023 07:10
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.

2 participants