[bitnami/mlflow] Release 2.0.4 (#30089)

* [bitnami/mlflow] Release 2.0.4 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-10-26 03:53:31 +02:00
committed by GitHub
parent a54742d636
commit 615610351c
4 changed files with 19 additions and 15 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 2.0.3 (2024-10-24)
## 2.0.4 (2024-10-26)
* fixed doc string for mlflow container security context; fixes #30059 ([#30060](https://github.com/bitnami/charts/pull/30060))
* [bitnami/mlflow] Release 2.0.4 ([#30089](https://github.com/bitnami/charts/pull/30089))
## <small>2.0.3 (2024-10-24)</small>
* fixed doc string for mlflow container security context; fixes #30059 (#30060) ([c7811fe](https://github.com/bitnami/charts/commit/c7811fe1c1902bf29c35af70216cc7db2037586b)), closes [#30059](https://github.com/bitnami/charts/issues/30059) [#30060](https://github.com/bitnami/charts/issues/30060)
## <small>2.0.2 (2024-10-16)</small>

View File

@@ -1,12 +1,12 @@
dependencies:
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.7.16
version: 14.8.0
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.0.2
version: 16.0.6
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.26.0
digest: sha256:365d7b98ab8dd7d7dc38ea38abd5e5a54abab2bed224d49b636203ae21f85215
generated: "2024-10-16T13:56:26.487389381Z"
digest: sha256:9171d56a58828d370f65e3905bf7841cb6d26d3f7c606e2a2443fb371129e876
generated: "2024-10-26T01:31:23.466335725Z"

View File

@@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: git
image: docker.io/bitnami/git:2.47.0-debian-12-r0
image: docker.io/bitnami/git:2.47.0-debian-12-r1
- name: mlflow
image: docker.io/bitnami/mlflow:2.17.0-debian-12-r1
image: docker.io/bitnami/mlflow:2.17.1-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r31
image: docker.io/bitnami/os-shell:12-debian-12-r32
apiVersion: v2
appVersion: 2.17.0
appVersion: 2.17.1
dependencies:
- condition: minio.enabled
name: minio
@@ -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.0.3
version: 2.0.4

View File

@@ -87,7 +87,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mlflow
tag: 2.17.0-debian-12-r1
tag: 2.17.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -117,7 +117,7 @@ image:
gitImage:
registry: docker.io
repository: bitnami/git
tag: 2.47.0-debian-12-r0
tag: 2.47.0-debian-12-r1
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -1210,7 +1210,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r31
tag: 12-debian-12-r32
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -1259,7 +1259,7 @@ waitContainer:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r31
tag: 12-debian-12-r32
digest: ""
## @param waitContainer.image.pullPolicy Init container wait-container image pull policy
##