Skip to content

Commit 889db72

Browse files
chore: create patch 1.1.2 (#36)
1 parent 6577733 commit 889db72

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/statgpt/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ maintainers:
5454
name: statgpt
5555
sources:
5656
- https://github.com/epam/statgpt-helm
57-
version: 1.1.1
57+
version: 1.1.2

charts/statgpt/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# statgpt
22

3-
![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)
3+
![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)
44

55
Umbrella chart for StatGPT solution
66

@@ -98,7 +98,7 @@ helm install my-release . --namespace my-namespace --values values.yaml --set ad
9898
| _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) |
9999
| _elasticsearch_version | string | `"8.14.3-debian-12-r0"` | Elasticsearch version is used for the elasticsearch image tag |
100100
| _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 |
102102
| _postgresql_version | string | `"16.3.0-debian-12-r14"` | PostgreSQL version is used for the postgresql image tag |
103103
| admin-backend.commonLabels."app.kubernetes.io/component" | string | `"application"` | Kubernetes label to identify the component as an application |
104104
| 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
271271
| portal-frontend.image.pullPolicy | string | `"Always"` | Image pull policy |
272272
| portal-frontend.image.registry | string | `"docker.io"` | Docker registry URL |
273273
| 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 |
275275
| 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 |
276276
| portal-frontend.ingress.enabled | bool | `false` | Enable Ingress resource |
277277
| portal-frontend.ingress.ingressClassName | string | `"nginx"` | Specify the Ingress class name |

charts/statgpt/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ _backend_version: &backend_version "0.4.0"
33
# -- Admin Frontend version is used for the admin-frontend image tag
44
_admin_frontend_version: &admin_frontend_version "0.3.0"
55
# -- Portal Frontend version is used for the portal-frontend image tag
6-
_portal-frontend_version: &portal-frontend_version "0.2.0"
6+
_portal-frontend_version: &portal-frontend_version "0.2.1"
77
# -- PostgreSQL version is used for the postgresql image tag
88
_postgresql_version: &postgresql_version "16.3.0-debian-12-r14"
99
# -- PGVector extension version

0 commit comments

Comments
 (0)