mirror of
https://github.com/bitnami/charts.git
synced 2026-03-01 06:58:20 +08:00
[bitnami/mlflow] Release 0.1.1 (#20248)
* [bitnami/mlflow] Release 0.1.1 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: minio
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 12.8.11
|
||||
version: 12.8.15
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 13.0.0
|
||||
version: 13.1.5
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.13.0
|
||||
digest: sha256:129dcf0d041e2b964c6656467de4cd8e754d85ddf5a0f315e9d0899ca5c90382
|
||||
generated: "2023-10-02T12:46:06.313201017+02:00"
|
||||
version: 2.13.2
|
||||
digest: sha256:463d1c1f24fe4e7698ec4b46015c1cd2047366bd526d027fdbdc0d45740da889
|
||||
generated: "2023-10-16T11:33:21.913014103Z"
|
||||
|
||||
@@ -5,40 +5,42 @@ annotations:
|
||||
category: MachineLearning
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: git
|
||||
image: docker.io/bitnami/git:2.42.0-debian-11-r45
|
||||
- name: mlflow
|
||||
image: docker.io/bitanmi/mlflow:2.7.1-debian-11-r0
|
||||
image: docker.io/bitnami/mlflow:2.7.1-debian-11-r0
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r83
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r90
|
||||
apiVersion: v2
|
||||
appVersion: 2.7.1
|
||||
dependencies:
|
||||
- condition: minio.enabled
|
||||
name: minio
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 12.x.x
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 13.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
- condition: minio.enabled
|
||||
name: minio
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 12.x.x
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 13.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: MLflow is an open-source platform designed to manage the end-to-end machine learning lifecycle. It allows you to track experiments, package code into reproducible runs, and share and deploy models.
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/mlflow/img/mlflow-stack-220x234.png
|
||||
keywords:
|
||||
- mlflow
|
||||
- models
|
||||
- python
|
||||
- machine
|
||||
- learning
|
||||
- mlflow
|
||||
- models
|
||||
- python
|
||||
- machine
|
||||
- learning
|
||||
maintainers:
|
||||
- name: VMware, Inc.
|
||||
url: https://github.com/bitnami/charts
|
||||
- name: VMware, Inc.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: mlflow
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/mlflow
|
||||
- https://github.com/mlflow/mlflow
|
||||
version: 0.1.0
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/mlflow
|
||||
- https://github.com/mlflow/mlflow
|
||||
version: 0.1.1
|
||||
|
||||
@@ -92,7 +92,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `image.debug` | Enable mlflow image debug mode | `false` |
|
||||
| `gitImage.registry` | Git image registry | `docker.io` |
|
||||
| `gitImage.repository` | Git image repository | `bitnami/git` |
|
||||
| `gitImage.tag` | Git image tag (immutable tags are recommended) | `2.42.0-debian-11-r20` |
|
||||
| `gitImage.tag` | Git image tag (immutable tags are recommended) | `2.42.0-debian-11-r45` |
|
||||
| `gitImage.digest` | Git image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `gitImage.pullPolicy` | Git image pull policy | `IfNotPresent` |
|
||||
| `gitImage.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -383,7 +383,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
|
||||
| `volumePermissions.image.registry` | OS Shell + Utility image registry | `docker.io` |
|
||||
| `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` |
|
||||
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r81` |
|
||||
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r90` |
|
||||
| `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
|
||||
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
|
||||
@@ -392,7 +392,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
|
||||
| `waitContainer.image.registry` | Init container wait-container image registry | `docker.io` |
|
||||
| `waitContainer.image.repository` | Init container wait-container image name | `bitnami/os-shell` |
|
||||
| `waitContainer.image.tag` | Init container wait-container image tag | `11-debian-11-r83` |
|
||||
| `waitContainer.image.tag` | Init container wait-container image tag | `11-debian-11-r90` |
|
||||
| `waitContainer.image.digest` | Init container wait-container image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `waitContainer.image.pullPolicy` | Init container wait-container image pull policy | `IfNotPresent` |
|
||||
| `waitContainer.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -498,4 +498,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
@@ -110,7 +110,7 @@ image:
|
||||
gitImage:
|
||||
registry: docker.io
|
||||
repository: bitnami/git
|
||||
tag: 2.42.0-debian-11-r20
|
||||
tag: 2.42.0-debian-11-r45
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -1158,7 +1158,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 11-debian-11-r81
|
||||
tag: 11-debian-11-r90
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
@@ -1197,7 +1197,7 @@ waitContainer:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 11-debian-11-r83
|
||||
tag: 11-debian-11-r90
|
||||
digest: ""
|
||||
## @param waitContainer.image.pullPolicy Init container wait-container image pull policy
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user