From b1ec531d3e7d8de626731d47cd4de0ea2cb2b401 Mon Sep 17 00:00:00 2001 From: geekygulshan Date: Fri, 29 Nov 2024 07:08:56 +0000 Subject: [PATCH] [CI] Publish Truefoundry chart version --- charts/truefoundry/Chart.lock | 6 +++--- charts/truefoundry/Chart.yaml | 4 ++-- charts/truefoundry/values.yaml | 15 ++++++++------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/charts/truefoundry/Chart.lock b/charts/truefoundry/Chart.lock index 1e92e940..05f791f0 100644 --- a/charts/truefoundry/Chart.lock +++ b/charts/truefoundry/Chart.lock @@ -1,7 +1,7 @@ dependencies: - name: tfy-configs repository: https://truefoundry.github.io/infra-charts - version: 0.1.5 + version: 0.1.7 - name: nats repository: https://nats-io.github.io/k8s/helm/charts/ version: 0.19.1 @@ -11,5 +11,5 @@ dependencies: - name: tfy-buildkitd-service repository: https://truefoundry.github.io/infra-charts/ version: 0.2.1 -digest: sha256:5140d88c4f62122247e888f70adbfc4b684adc7ce3fa34b46347c8fbaf2d65c0 -generated: "2024-11-22T17:27:46.263843+05:30" +digest: sha256:59879fe3708fc0b515fad827e88a50b88737948c0c645f31037360fbd7c771d4 +generated: "2024-11-28T19:09:30.614982+05:30" diff --git a/charts/truefoundry/Chart.yaml b/charts/truefoundry/Chart.yaml index 285f7f03..6c311510 100644 --- a/charts/truefoundry/Chart.yaml +++ b/charts/truefoundry/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: truefoundry -version: 0.14.2 +version: 0.15.0 description: "TrueFoundry Control Plane Components" maintainers: - name: truefoundry @@ -8,7 +8,7 @@ dependencies: - condition: servicefoundryServer.enabled name: tfy-configs repository: https://truefoundry.github.io/infra-charts - version: 0.1.5 + version: 0.1.7 - condition: nats.enabled name: nats repository: https://nats-io.github.io/k8s/helm/charts/ diff --git a/charts/truefoundry/values.yaml b/charts/truefoundry/values.yaml index 410b948b..0719e250 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.2 + controlPlaneChartVersion: 0.15.0 # 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 @@ -113,7 +113,7 @@ truefoundryFrontendApp: ## @param truefoundryFrontendApp.image.repository Image repository for the frontend app repository: "tfy.jfrog.io/tfy-private-images/truefoundry-frontend-app" ## @param truefoundryFrontendApp.image.tag Image tag for the frontend app - tag: "v0.13.0" + tag: "v0.14.0" ## @param truefoundryFrontendApp.envSecretName Secret name for the frontend app environment variables envSecretName: truefoundry-frontend-app-env-secret ## @param truefoundryFrontendApp.imagePullPolicy Image pull policy for the frontend app @@ -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.2" + tag: "v0.12.0" ## @param mlfoundryServer.replicaCount Number of replicas for the mlfoundry server replicaCount: 1 ## @param mlfoundryServer.environmentName Environment name for the mlfoundry server @@ -406,7 +406,7 @@ servicefoundryServer: ## @param servicefoundryServer.image.repository Image repository for the servicefoundry server repository: "tfy.jfrog.io/tfy-private-images/servicefoundry-server" ## @param servicefoundryServer.image.tag Image tag for the servicefoundry server - tag: "v0.14.0" + tag: "v0.15.0" ## @param servicefoundryServer.environmentName Environment name for the servicefoundry server environmentName: default ## @param servicefoundryServer.envSecretName Secret name for the servicefoundry server environment variables @@ -505,6 +505,7 @@ servicefoundryServer: CLUSTER_PROXY_URL: http://{{ .Release.Name }}-tfy-controller.{{ .Release.Namespace }}.svc.cluster.local:8123 BUILD_CALLBACK_URL: http://{{ .Release.Name }}-servicefoundry-server.{{ .Release.Namespace }}.svc.cluster.local:3000 LLM_GATEWAY_URL: "{{ .Values.global.controlPlaneURL }}/api/llm" + LLM_GATEWAY_ENABLED: "{{ .Values.global.llmGatewayInfra.enabled }}" VCS_INTEGRATION_STATE_OBJECT_HASH_SECRET: "" GITHUB_INSTALLATION_URL: "" GITHUB_PRIVATE_KEY: "" @@ -552,7 +553,7 @@ tfyK8sController: ## @param tfyK8sController.image.repository Image repository for the tfyK8sController repository: "tfy.jfrog.io/tfy-private-images/tfy-k8s-controller" ## @param tfyK8sController.image.tag Image tag for the tfyK8sController - tag: "v0.11.0" + tag: "v0.12.0" ## @param tfyK8sController.environmentName Environment name for tfyK8sController environmentName: default ## @param tfyK8sController.envSecretName Secret name for the tfyK8sController environment variables @@ -646,7 +647,7 @@ sfyManifestService: ## @param sfyManifestService.image.repository Image repository for the sfy manifest service repository: "tfy.jfrog.io/tfy-private-images/sfy-manifest-service" ## @param sfyManifestService.image.tag Image tag for the sfy manifest service - tag: "v0.11.0" + tag: "v0.12.0" ## @param sfyManifestService.replicaCount Number of replicas for the sfy manifest service replicaCount: 1 ## @param sfyManifestService.environmentName Environment name for the sfy manifest service @@ -1097,7 +1098,7 @@ tfyController: ## @param tfyController.image.repository Image repository for the tfyController repository: tfy.jfrog.io/tfy-private-images/tfy-controller ## @param tfyController.image.tag Image tag for the tfyController - tag: v0.8.0 + tag: v0.9.0 ## @param tfyController.environmentName Environment name for the tfyController environmentName: default ## @param tfyController.envSecretName Secret name for the tfyController environment variables