Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Publish truefoundry to version #835

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/truefoundry/Chart.lock
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
4 changes: 2 additions & 2 deletions charts/truefoundry/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: truefoundry
version: 0.14.2
version: 0.15.0
description: "TrueFoundry Control Plane Components"
maintainers:
- name: truefoundry
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/
Expand Down
15 changes: 8 additions & 7 deletions charts/truefoundry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: ""
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading