From 473c0b94583d5922590ab3481913aba48023cf63 Mon Sep 17 00:00:00 2001 From: geekygulshan Date: Mon, 25 Nov 2024 14:25:00 +0000 Subject: [PATCH] [CI] Publish Truefoundry chart version --- charts/truefoundry/Chart.yaml | 2 +- charts/truefoundry/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/truefoundry/Chart.yaml b/charts/truefoundry/Chart.yaml index 379e7d3b..285f7f03 100644 --- a/charts/truefoundry/Chart.yaml +++ b/charts/truefoundry/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: truefoundry -version: 0.14.0 +version: 0.14.2 description: "TrueFoundry Control Plane Components" maintainers: - name: truefoundry diff --git a/charts/truefoundry/values.yaml b/charts/truefoundry/values.yaml index ca9b4b31..410b948b 100644 --- a/charts/truefoundry/values.yaml +++ b/charts/truefoundry/values.yaml @@ -15,7 +15,7 @@ global: ## @param global.controlPlaneURL URL of the control plane controlPlaneURL: "http://truefoundry-truefoundry-frontend-app.truefoundry.svc.cluster.local:5000" ## @param global.controlPlaneChartVersion Version of control-plane chart - controlPlaneChartVersion: 0.14.0 + controlPlaneChartVersion: 0.14.2 # If you have an existing truefoundry-creds secret, provide the name here. # This will ignore `.global.database` and `.global.tfyApiKey` values. ## @param global.existingTruefoundryCredsSecret Name of the existing truefoundry creds secret @@ -306,7 +306,7 @@ mlfoundryServer: ## @param mlfoundryServer.image.repository Image repository for the mlfoundry server repository: "tfy.jfrog.io/tfy-private-images/mlfoundry-server" ## @param mlfoundryServer.image.tag Image tag for the mlfoundry server - tag: "v0.11.0" + tag: "v0.11.2" ## @param mlfoundryServer.replicaCount Number of replicas for the mlfoundry server replicaCount: 1 ## @param mlfoundryServer.environmentName Environment name for the mlfoundry server