Skip to content

Commit f1ae78b

Browse files
authored
Merge pull request #1260 from truefoundry/truefoundry-version-0.47.1
[CI] Publish truefoundry to version 0.47.1
2 parents 0f9c76a + 92b2491 commit f1ae78b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/truefoundry/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: truefoundry
3-
version: 0.47.0
3+
version: 0.47.1
44
description: "TrueFoundry Control Plane Components"
55
maintainers:
66
- name: truefoundry

charts/truefoundry/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ truefoundry is an applications that gets deployed on the kubernetes cluster to s
1111
| `global.truefoundryImagePullConfigJSON` | JSON config for image pull secret | `""` |
1212
| `global.tenantName` | Name of the tenant | `""` |
1313
| `global.controlPlaneURL` | URL of the control plane | `http://truefoundry-truefoundry-frontend-app.truefoundry.svc.cluster.local:5000` |
14-
| `global.controlPlaneChartVersion` | Version of control-plane chart | `0.47.0` |
14+
| `global.controlPlaneChartVersion` | Version of control-plane chart | `0.47.1` |
1515
| `global.existingTruefoundryCredsSecret` | Name of the existing truefoundry creds secret | `""` |
1616
| `global.database.host` | Control plane database hostname when dev mode is not enabled | `""` |
1717
| `global.database.name` | Control plane database name when dev mode is not enabled | `""` |
@@ -54,7 +54,7 @@ truefoundry is an applications that gets deployed on the kubernetes cluster to s
5454
| `truefoundryFrontendApp.replicaCount` | Number of replicas for the frontend app | `1` |
5555
| `truefoundryFrontendApp.annotations` | Annotations for the frontend app | `{}` |
5656
| `truefoundryFrontendApp.image.repository` | Image repository for the frontend app | `tfy.jfrog.io/tfy-private-images/truefoundry-frontend-app` |
57-
| `truefoundryFrontendApp.image.tag` | Image tag for the frontend app | `v0.46.0` |
57+
| `truefoundryFrontendApp.image.tag` | Image tag for the frontend app | `v0.46.1` |
5858
| `truefoundryFrontendApp.envSecretName` | Secret name for the frontend app environment variables | `truefoundry-frontend-app-env-secret` |
5959
| `truefoundryFrontendApp.imagePullPolicy` | Image pull policy for the frontend app | `IfNotPresent` |
6060
| `truefoundryFrontendApp.nameOverride` | Override name for the frontend app | `""` |

charts/truefoundry/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ global:
1515
## @param global.controlPlaneURL URL of the control plane
1616
controlPlaneURL: "http://truefoundry-truefoundry-frontend-app.truefoundry.svc.cluster.local:5000"
1717
## @param global.controlPlaneChartVersion Version of control-plane chart
18-
controlPlaneChartVersion: 0.47.0
18+
controlPlaneChartVersion: 0.47.1
1919
# If you have an existing truefoundry-creds secret, provide the name here.
2020
# This will ignore `.global.database` and `.global.tfyApiKey` values.
2121
## @param global.existingTruefoundryCredsSecret Name of the existing truefoundry creds secret
@@ -123,7 +123,7 @@ truefoundryFrontendApp:
123123
## @param truefoundryFrontendApp.image.repository Image repository for the frontend app
124124
repository: "tfy.jfrog.io/tfy-private-images/truefoundry-frontend-app"
125125
## @param truefoundryFrontendApp.image.tag Image tag for the frontend app
126-
tag: "v0.46.0"
126+
tag: "v0.46.1"
127127
## @param truefoundryFrontendApp.envSecretName Secret name for the frontend app environment variables
128128
envSecretName: truefoundry-frontend-app-env-secret
129129
## @param truefoundryFrontendApp.imagePullPolicy Image pull policy for the frontend app

0 commit comments

Comments
 (0)