[feature] Update MLMD version and add process to keep this up to date.
See original GitHub issueCurrently pipelines uses gcr.io/tfx-oss-public/ml_metadata_store_server version 0.25.1
but 0.29.0
is the latest version. The image tag in metadata-grpc-deployment.yaml needs updating.
To automate this process, all image tags should be listed in the images:
section of the kustiomization.yaml
files (here for this specific case). Once that is done, Renovate can be setup to create PRs updating the image tags of the manifests.
@Bobgy Would you like me to go through the manifests and set the images in the kustomization.yaml
files and add the necessary Renovate config for kustomize?
Love this idea? Give it a 👍. We prioritize fulfilling features with the most 👍.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (8 by maintainers)
Top Results From Across the Web
Better ML Engineering with ML Metadata | TFX - TensorFlow
MLMD enables you to reliably track the artifacts and lineage associated with the various components of your ML pipeline. In this tutorial, you ......
Read more >ml-metadata/RELEASE.md at master - GitHub
Introduce methods to Create and Update Artifacts, Executions and Contexts with custom ... Implement UpsertTypes() with batch queries in metadata store.
Read more >ML Metadata Store: What It Is, Why It Matters, and How to ...
In short, it gives you a single place to manage all the ML metadata about experiments, artifacts, models, and pipelines we have listed...
Read more >Data stored in MLMD in TensorFlow TFX - Stack Overflow
TFX is a ML pipeline/workflow so when you write a TFX application what you are doing is essentially constructing the structure of the ......
Read more >Explain TFX Metadata Store data model definitions
Sores data as metadata in metadata storage ex.: database, in ram. 1 Artifact (how I can draw down based on the documentations):. 1...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
/cc @zijianjoy Your new script addresses first part of this issue
@Bobgy I have no particular reason for updating it, just something I noticed. Once things settle down a bit more I think it would be interesting to setup Renovate with the regex engine so that it can handle updating MLMD everywhere in the repo in a single PR so it can be tested properly. How does that sound?