diff --git a/charts/statgpt/Chart.yaml b/charts/statgpt/Chart.yaml index 8944b3a..5be335a 100644 --- a/charts/statgpt/Chart.yaml +++ b/charts/statgpt/Chart.yaml @@ -54,4 +54,4 @@ maintainers: name: statgpt sources: - https://github.com/epam/statgpt-helm -version: 1.1.1 +version: 1.1.2 diff --git a/charts/statgpt/README.md b/charts/statgpt/README.md index 137964c..2000a09 100644 --- a/charts/statgpt/README.md +++ b/charts/statgpt/README.md @@ -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 @@ -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 | @@ -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 | diff --git a/charts/statgpt/values.yaml b/charts/statgpt/values.yaml index 8ffca5b..de6490f 100644 --- a/charts/statgpt/values.yaml +++ b/charts/statgpt/values.yaml @@ -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