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

[bitnami/mlflow] Release 2.4.1 #31679

Merged
merged 2 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion bitnami/mlflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 2.4.1 (2025-01-30)

* [bitnami/mlflow] Release 2.4.1 ([#31679](https://github.com/bitnami/charts/pull/31679))

## 2.4.0 (2025-01-29)

* [bitnami/mlflow] feature(minio): Bump MinIO subchart ([#31662](https://github.com/bitnami/charts/pull/31662))
* [bitnami/mlflow] feature(minio): Bump MinIO subchart (#31662) ([d3d32f1](https://github.com/bitnami/charts/commit/d3d32f17477c4cd8fc12b0e0be584b7e64e408a9)), closes [#31662](https://github.com/bitnami/charts/issues/31662)

## <small>2.3.4 (2025-01-24)</small>

Expand Down
10 changes: 5 additions & 5 deletions bitnami/mlflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: git
image: docker.io/bitnami/git:2.48.1-debian-12-r0
image: docker.io/bitnami/git:2.48.1-debian-12-r3
- name: mlflow
image: docker.io/bitnami/mlflow:2.20.0-debian-12-r0
image: docker.io/bitnami/mlflow:2.20.1-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r35
image: docker.io/bitnami/os-shell:12-debian-12-r36
apiVersion: v2
appVersion: 2.20.0
appVersion: 2.20.1
dependencies:
- condition: minio.enabled
name: minio
Expand Down Expand Up @@ -44,4 +44,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mlflow
- https://github.com/bitnami/containers/tree/main/bitnami/mlflow
- https://github.com/mlflow/mlflow
version: 2.4.0
version: 2.4.1
8 changes: 4 additions & 4 deletions bitnami/mlflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mlflow
tag: 2.20.0-debian-12-r0
tag: 2.20.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -121,7 +121,7 @@ image:
gitImage:
registry: docker.io
repository: bitnami/git
tag: 2.48.1-debian-12-r0
tag: 2.48.1-debian-12-r3
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -1217,7 +1217,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r35
tag: 12-debian-12-r36
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -1266,7 +1266,7 @@ waitContainer:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r35
tag: 12-debian-12-r36
digest: ""
## @param waitContainer.image.pullPolicy Init container wait-container image pull policy
##
Expand Down
Loading