Skip to content

Commit

Permalink
Updated helm chart repository url
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Abbas Jaffri <[email protected]>
  • Loading branch information
aliabbasjaffri committed Mar 3, 2024
1 parent e506a31 commit 73a4030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ module "mlflow_helmchart" {
name = "mlflow"
namespace = var.service_account_namespace
create_namespace = true
repository = "https://community-charts.github.io"
repository = "https://community-charts.github.io/helm-charts"
chart = "mlflow"
chart_version = var.mlflow_chart_version
values = templatefile("${path.module}/values.yaml", {
Expand Down

0 comments on commit 73a4030

Please sign in to comment.