Skip to content
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
2 changes: 1 addition & 1 deletion charts/statgpt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ maintainers:
name: statgpt
sources:
- https://github.com/epam/statgpt-helm
version: 1.1.1
version: 1.1.2
6 changes: 3 additions & 3 deletions charts/statgpt/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# statgpt

![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

Umbrella chart for StatGPT solution

Expand Down Expand Up @@ -98,7 +98,7 @@ helm install my-release . --namespace my-namespace --values values.yaml --set ad
| _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) |
| _elasticsearch_version | string | `"8.14.3-debian-12-r0"` | Elasticsearch version is used for the elasticsearch image tag |
| _pgvector_version | string | `"v0.8.1"` | PGVector extension version |
| _portal-frontend_version | string | `"0.2.0"` | Portal Frontend version is used for the portal-frontend image tag |
| _portal-frontend_version | string | `"0.2.1"` | Portal Frontend version is used for the portal-frontend image tag |
| _postgresql_version | string | `"16.3.0-debian-12-r14"` | PostgreSQL version is used for the postgresql image tag |
| admin-backend.commonLabels."app.kubernetes.io/component" | string | `"application"` | Kubernetes label to identify the component as an application |
| admin-backend.containerPorts.http | int | `8000` | HTTP port for the application |
Expand Down Expand Up @@ -271,7 +271,7 @@ helm install my-release . --namespace my-namespace --values values.yaml --set ad
| portal-frontend.image.pullPolicy | string | `"Always"` | Image pull policy |
| portal-frontend.image.registry | string | `"docker.io"` | Docker registry URL |
| portal-frontend.image.repository | string | `"epam/statgpt-global-trusted-data-commons"` | Image repository name |
| portal-frontend.image.tag | string | `"0.2.0"` | Image tag or version |
| portal-frontend.image.tag | string | `"0.2.1"` | Image tag or version |
| 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 |
| portal-frontend.ingress.enabled | bool | `false` | Enable Ingress resource |
| portal-frontend.ingress.ingressClassName | string | `"nginx"` | Specify the Ingress class name |
Expand Down
2 changes: 1 addition & 1 deletion charts/statgpt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ _backend_version: &backend_version "0.4.0"
# -- Admin Frontend version is used for the admin-frontend image tag
_admin_frontend_version: &admin_frontend_version "0.3.0"
# -- Portal Frontend version is used for the portal-frontend image tag
_portal-frontend_version: &portal-frontend_version "0.2.0"
_portal-frontend_version: &portal-frontend_version "0.2.1"
# -- PostgreSQL version is used for the postgresql image tag
_postgresql_version: &postgresql_version "16.3.0-debian-12-r14"
# -- PGVector extension version
Expand Down