File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : truefoundry
3
- version : 0.47.0
3
+ version : 0.47.1
4
4
description : " TrueFoundry Control Plane Components"
5
5
maintainers :
6
6
- name : truefoundry
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ truefoundry is an applications that gets deployed on the kubernetes cluster to s
11
11
| ` global.truefoundryImagePullConfigJSON ` | JSON config for image pull secret | ` "" ` |
12
12
| ` global.tenantName ` | Name of the tenant | ` "" ` |
13
13
| ` 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 ` |
15
15
| ` global.existingTruefoundryCredsSecret ` | Name of the existing truefoundry creds secret | ` "" ` |
16
16
| ` global.database.host ` | Control plane database hostname when dev mode is not enabled | ` "" ` |
17
17
| ` 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
54
54
| ` truefoundryFrontendApp.replicaCount ` | Number of replicas for the frontend app | ` 1 ` |
55
55
| ` truefoundryFrontendApp.annotations ` | Annotations for the frontend app | ` {} ` |
56
56
| ` 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 ` |
58
58
| ` truefoundryFrontendApp.envSecretName ` | Secret name for the frontend app environment variables | ` truefoundry-frontend-app-env-secret ` |
59
59
| ` truefoundryFrontendApp.imagePullPolicy ` | Image pull policy for the frontend app | ` IfNotPresent ` |
60
60
| ` truefoundryFrontendApp.nameOverride ` | Override name for the frontend app | ` "" ` |
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ global:
15
15
# # @param global.controlPlaneURL URL of the control plane
16
16
controlPlaneURL : " http://truefoundry-truefoundry-frontend-app.truefoundry.svc.cluster.local:5000"
17
17
# # @param global.controlPlaneChartVersion Version of control-plane chart
18
- controlPlaneChartVersion : 0.47.0
18
+ controlPlaneChartVersion : 0.47.1
19
19
# If you have an existing truefoundry-creds secret, provide the name here.
20
20
# This will ignore `.global.database` and `.global.tfyApiKey` values.
21
21
# # @param global.existingTruefoundryCredsSecret Name of the existing truefoundry creds secret
@@ -123,7 +123,7 @@ truefoundryFrontendApp:
123
123
# # @param truefoundryFrontendApp.image.repository Image repository for the frontend app
124
124
repository : " tfy.jfrog.io/tfy-private-images/truefoundry-frontend-app"
125
125
# # @param truefoundryFrontendApp.image.tag Image tag for the frontend app
126
- tag : " v0.46.0 "
126
+ tag : " v0.46.1 "
127
127
# # @param truefoundryFrontendApp.envSecretName Secret name for the frontend app environment variables
128
128
envSecretName : truefoundry-frontend-app-env-secret
129
129
# # @param truefoundryFrontendApp.imagePullPolicy Image pull policy for the frontend app
You can’t perform that action at this time.
0 commit comments