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

feat(container): update ghcr.io/ninerealmlabs/mlflow-server ( 2.16.2 → 2.17.0 ) #3005

Merged
merged 1 commit into from
Oct 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kubernetes/apps/datasci/mlflow/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
db-upgrade:
image:
repository: ghcr.io/ninerealmlabs/mlflow-server
tag: 2.16.2@sha256:69c4429613583527cde0d309b4d17af52c31ff296081b9b5e03ec8c6bf3040f2
tag: 2.17.0@sha256:37ea0b12fd5d06adad1e865475b49b68c081d9f2f9c0679b077b15b5ce1432a8
env:
MLFLOW_BACKEND_STORE_URI:
valueFrom:
Expand All @@ -68,7 +68,7 @@ spec:
image:
# renovate: datasource=docker image=ghcr.io/...
repository: ghcr.io/ninerealmlabs/mlflow-server
tag: 2.16.2@sha256:69c4429613583527cde0d309b4d17af52c31ff296081b9b5e03ec8c6bf3040f2
tag: 2.17.0@sha256:37ea0b12fd5d06adad1e865475b49b68c081d9f2f9c0679b077b15b5ce1432a8
# -- Override the command(s) for the default container
command: [/bin/bash, -c, mlflow server]
# -- Override the args for the default container
Expand Down