From 3eeec9a8f48eeb41e06925fa6d6da1997bba5ecf Mon Sep 17 00:00:00 2001 From: gmcjy Date: Sat, 22 Oct 2022 13:26:11 +0530 Subject: [PATCH] fixed docker image version --- helm-charts/mlflow-server/Chart.yaml | 2 +- helm-charts/mlflow-server/README.md | 12 ++++++++++-- helm-charts/mlflow-server/values.yaml | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/helm-charts/mlflow-server/Chart.yaml b/helm-charts/mlflow-server/Chart.yaml index b975368..cf3d16a 100644 --- a/helm-charts/mlflow-server/Chart.yaml +++ b/helm-charts/mlflow-server/Chart.yaml @@ -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 diff --git a/helm-charts/mlflow-server/README.md b/helm-charts/mlflow-server/README.md index 7bec438..fdaf085 100644 --- a/helm-charts/mlflow-server/README.md +++ b/helm-charts/mlflow-server/README.md @@ -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:** + ## Maintainers | Name | Email | Url | | ---- | ------ | --- | | ABC | | | +## Source Code + +* +* + ## Requirements | Repository | Name | Version | @@ -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) \ No newline at end of file diff --git a/helm-charts/mlflow-server/values.yaml b/helm-charts/mlflow-server/values.yaml index c5780e0..9d7146c 100644 --- a/helm-charts/mlflow-server/values.yaml +++ b/helm-charts/mlflow-server/values.yaml @@ -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" @@ -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