|
1 | 1 | # statgpt |
2 | 2 |
|
3 | | -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | Umbrella chart for StatGPT solution |
6 | 6 |
|
@@ -98,7 +98,7 @@ helm install my-release . --namespace my-namespace --values values.yaml --set ad |
98 | 98 | | _backend_version | string | `"0.4.0"` | Backend version is used for both chat-backend and admin-backend image tags (must be the same for both) | |
99 | 99 | | _elasticsearch_version | string | `"8.14.3-debian-12-r0"` | Elasticsearch version is used for the elasticsearch image tag | |
100 | 100 | | _pgvector_version | string | `"v0.8.1"` | PGVector extension version | |
101 | | -| _portal-frontend_version | string | `"0.2.0"` | Portal Frontend version is used for the portal-frontend image tag | |
| 101 | +| _portal-frontend_version | string | `"0.2.1"` | Portal Frontend version is used for the portal-frontend image tag | |
102 | 102 | | _postgresql_version | string | `"16.3.0-debian-12-r14"` | PostgreSQL version is used for the postgresql image tag | |
103 | 103 | | admin-backend.commonLabels."app.kubernetes.io/component" | string | `"application"` | Kubernetes label to identify the component as an application | |
104 | 104 | | admin-backend.containerPorts.http | int | `8000` | HTTP port for the application | |
@@ -271,7 +271,7 @@ helm install my-release . --namespace my-namespace --values values.yaml --set ad |
271 | 271 | | portal-frontend.image.pullPolicy | string | `"Always"` | Image pull policy | |
272 | 272 | | portal-frontend.image.registry | string | `"docker.io"` | Docker registry URL | |
273 | 273 | | portal-frontend.image.repository | string | `"epam/statgpt-global-trusted-data-commons"` | Image repository name | |
274 | | -| portal-frontend.image.tag | string | `"0.2.0"` | Image tag or version | |
| 274 | +| portal-frontend.image.tag | string | `"0.2.1"` | Image tag or version | |
275 | 275 | | portal-frontend.ingress.annotations | object | `{"nginx.ingress.kubernetes.io/proxy-connect-timeout":"600","nginx.ingress.kubernetes.io/proxy-read-timeout":"600","nginx.ingress.kubernetes.io/proxy-send-timeout":"600"}` | NGINX annotations for proxy configuration | |
276 | 276 | | portal-frontend.ingress.enabled | bool | `false` | Enable Ingress resource | |
277 | 277 | | portal-frontend.ingress.ingressClassName | string | `"nginx"` | Specify the Ingress class name | |
|
0 commit comments