Skip to content

Commit

Permalink
[bitnami/mlflow] Release 2.2.1 (#30503)
Browse files Browse the repository at this point in the history
* [bitnami/mlflow] Release 2.2.1 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Nov 18, 2024
1 parent 29c2afd commit 2028aad
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
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.2.1 (2024-11-18)

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

## 2.2.0 (2024-11-15)

* [bitnami/mlflow] Adding missing Azure Storage configuration in the Helm Chart ([#29626](https://github.com/bitnami/charts/pull/29626))
* [bitnami/mlflow] Adding missing Azure Storage configuration in the Helm Chart (#29626) ([6aa1ccb](https://github.com/bitnami/charts/commit/6aa1ccbdccc5f566f92e310b69133c2e697037a1)), closes [#29626](https://github.com/bitnami/charts/issues/29626) [#1](https://github.com/bitnami/charts/issues/1)

## 2.1.0 (2024-11-04)

Expand Down
10 changes: 5 additions & 5 deletions bitnami/mlflow/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.8.1
version: 14.8.5
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.1.0
version: 16.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.26.0
digest: sha256:b497abde94fae1a937497e9255b9dd33f6f0201f7ed14a62fda1a91d44f91a88
generated: "2024-10-31T14:40:55.653516165Z"
version: 2.27.0
digest: sha256:1f361d25d67b1a44743e7ccd2d7f8bd4faefba776d3255b5540c336ec02d32e9
generated: "2024-11-18T18:33:52.737052644Z"
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.47.0-debian-12-r1
image: docker.io/bitnami/git:2.47.0-debian-12-r2
- name: mlflow
image: docker.io/bitnami/mlflow:2.17.2-debian-12-r0
image: docker.io/bitnami/mlflow:2.18.0-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r32
image: docker.io/bitnami/os-shell:12-debian-12-r33
apiVersion: v2
appVersion: 2.17.2
appVersion: 2.18.0
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.2.0
version: 2.2.1
8 changes: 4 additions & 4 deletions bitnami/mlflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mlflow
tag: 2.17.2-debian-12-r0
tag: 2.18.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -116,7 +116,7 @@ image:
gitImage:
registry: docker.io
repository: bitnami/git
tag: 2.47.0-debian-12-r1
tag: 2.47.0-debian-12-r2
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -1212,7 +1212,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r32
tag: 12-debian-12-r33
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -1261,7 +1261,7 @@ waitContainer:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r32
tag: 12-debian-12-r33
digest: ""
## @param waitContainer.image.pullPolicy Init container wait-container image pull policy
##
Expand Down

0 comments on commit 2028aad

Please sign in to comment.