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

fix(container): update ghcr.io/ninerealmlabs/mlflow-server ( 2.16.0 → 2.16.2 ) #2938

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

unhesitatingeffectivebot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/ninerealmlabs/mlflow-server patch 2.16.0 -> 2.16.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@unhesitatingeffectivebot
Copy link
Contributor Author

--- kubernetes/apps/datasci/mlflow/app Kustomization: flux-system/mlflow HelmRelease: datasci/mlflow

+++ kubernetes/apps/datasci/mlflow/app Kustomization: flux-system/mlflow HelmRelease: datasci/mlflow

@@ -59,13 +59,13 @@

               MLFLOW_HOST: 0.0.0.0
               MLFLOW_PORT: 5000
               MLFLOW_SERVE_ARTIFACTS: true
               TZ: null
             image:
               repository: ghcr.io/ninerealmlabs/mlflow-server
-              tag: 2.16.0@sha256:ce94ec53d2026c8c096a3301a5c5559bc4b8b218d9b3d485850091c48c2405f1
+              tag: 2.16.2@sha256:69c4429613583527cde0d309b4d17af52c31ff296081b9b5e03ec8c6bf3040f2
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
@@ -112,13 +112,13 @@

                 valueFrom:
                   secretKeyRef:
                     key: POSTGRES_URL
                     name: database-mlflow
             image:
               repository: ghcr.io/ninerealmlabs/mlflow-server
-              tag: 2.16.0@sha256:ce94ec53d2026c8c096a3301a5c5559bc4b8b218d9b3d485850091c48c2405f1
+              tag: 2.16.2@sha256:69c4429613583527cde0d309b4d17af52c31ff296081b9b5e03ec8c6bf3040f2
         strategy: Recreate
     defaultPodOptions:
       securityContext:
         runAsGroup: 65534
         runAsNonRoot: true
         runAsUser: 65534

@unhesitatingeffectivebot
Copy link
Contributor Author

--- HelmRelease: datasci/mlflow Deployment: datasci/mlflow

+++ HelmRelease: datasci/mlflow Deployment: datasci/mlflow

@@ -48,13 +48,13 @@

         env:
         - name: MLFLOW_BACKEND_STORE_URI
           valueFrom:
             secretKeyRef:
               key: POSTGRES_URL
               name: database-mlflow
-        image: ghcr.io/ninerealmlabs/mlflow-server:2.16.0@sha256:ce94ec53d2026c8c096a3301a5c5559bc4b8b218d9b3d485850091c48c2405f1
+        image: ghcr.io/ninerealmlabs/mlflow-server:2.16.2@sha256:69c4429613583527cde0d309b4d17af52c31ff296081b9b5e03ec8c6bf3040f2
         name: db-upgrade
         volumeMounts:
         - mountPath: /data
           name: data
       containers:
       - command:
@@ -74,13 +74,13 @@

         - name: MLFLOW_PORT
           value: '5000'
         - name: MLFLOW_SERVE_ARTIFACTS
           value: 'true'
         - name: TZ
           value: null
-        image: ghcr.io/ninerealmlabs/mlflow-server:2.16.0@sha256:ce94ec53d2026c8c096a3301a5c5559bc4b8b218d9b3d485850091c48c2405f1
+        image: ghcr.io/ninerealmlabs/mlflow-server:2.16.2@sha256:69c4429613583527cde0d309b4d17af52c31ff296081b9b5e03ec8c6bf3040f2
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 5000
           initialDelaySeconds: 30

@ahgraber ahgraber merged commit b88ef45 into main Sep 22, 2024
5 checks passed
@ahgraber ahgraber deleted the renovate/ghcr.io-ninerealmlabs-mlflow-server-2.x branch September 22, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant