Skip to content

Commit

Permalink
Merge pull request #823 from truefoundry/truefoundry-version-
Browse files Browse the repository at this point in the history
[CI] Publish truefoundry to version
  • Loading branch information
geekygulshan authored Nov 25, 2024
2 parents 5791d53 + 473c0b9 commit 4b27f3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/truefoundry/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: truefoundry
version: 0.14.0
version: 0.14.2
description: "TrueFoundry Control Plane Components"
maintainers:
- name: truefoundry
Expand Down
4 changes: 2 additions & 2 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.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
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.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
Expand Down

0 comments on commit 4b27f3e

Please sign in to comment.