-
Notifications
You must be signed in to change notification settings - Fork 7
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): Update merlin and mlflow versions #422
chore(merlin): Update merlin and mlflow versions #422
Conversation
b1bdebd
to
b861816
Compare
ObservabilityPublisher: | ||
KafkaConsumer: | ||
Brokers: "kafka-brokers" | ||
DefaultResources: | ||
Requests: | ||
CPU: "1" | ||
Memory: "1Gi" | ||
Limits: | ||
CPU: "2" | ||
Memory: "1Gi" | ||
EnvironmentName: id-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to add these dummy configs in because there were validation checks on these fields:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @deadlycoconuts
Thanks for the quick review! Merging this now! |
Motivation
With the recent changes in the Merlin repo to update both the Merlin API server and Mlflow server, this PR updates the versions of these components in the Merlin Helm chart to ensure that the latest versions get deployed by default.
Main Modifications
ghcr.io/gojek/mlflow:1.3.0
image for Mlflow toghcr.io/caraml-dev/mlflow:1.26.1
v0.38.0-rc1
tov0.45.3
KanikoPushRegistryType
field to the default values file as it is now required in the newer version of the Merlin API serverChecklist