Skip to content

Commit

Permalink
fixed docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcjy authored and gmcjy committed Oct 22, 2022
1 parent 075fc8e commit 3eeec9a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm-charts/mlflow-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: mlflow-server
version: 0.1.6
version: 0.1.7
appVersion: "1.30.0"
description: A Helm chart for MLFlow On Kubernetes

Expand Down
12 changes: 10 additions & 2 deletions helm-charts/mlflow-server/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
# mlflow-server

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/mlflowserver)](https://artifacthub.io/packages/search?repo=mlflowserver)

![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.30.0](https://img.shields.io/badge/AppVersion-1.30.0-informational?style=flat-square)

A Helm chart for MLFlow On Kubernetes

**Homepage:** <https://mlflow.org/>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| ABC | <[email protected]> | <https://github.com/abhishek-ch> |

## Source Code

* <https://github.com/abhishek-ch/data-machinelearning-the-boring-way/tree/main/helm-charts>
* <https://mlflow.org/>

## Requirements

| Repository | Name | Version |
Expand Down Expand Up @@ -75,4 +83,4 @@ A Helm chart for MLFlow On Kubernetes
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
4 changes: 2 additions & 2 deletions helm-charts/mlflow-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
replicaCount: 1

image:
repository: mlflow
repository: buntha/mlflow
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.30.0"
Expand Down Expand Up @@ -68,7 +68,7 @@ artifact:
# You need to change below configuration incase bringing own PostgresSQL instance and also set postgresql.enabled:false
database:
name: mlflow
host: 'abc-postgresql'
host: 'postgresql'
port: "5432"
db_user: superset
db_pass: superset
Expand Down

0 comments on commit 3eeec9a

Please sign in to comment.