Skip to content

Commit 5967d1a

Browse files
authored
chart and doc updates
1 parent 2ad5c7f commit 5967d1a

14 files changed

Lines changed: 15 additions & 15 deletions

File tree

microservices/model-download/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: model-download-chart
33
description: A Helm chart for deploying the model-download FastAPI microservice
44
type: application
5-
version: 1.0.1
5+
version: 1.1.0

microservices/model-download/docs/user-guide/api-docs/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ info:
1414
1515
**Note:** HUGGINGFACEHUB_API_TOKEN environment variable is optional and only required for downloading
1616
gated models from HuggingFace or for model conversion. Public models can be downloaded without authentication.
17-
version: 1.0.1
17+
version: 1.1.0
1818
contact:
1919
name: Intel GenAI Team
2020
servers:

microservices/model-download/docs/user-guide/deploy-with-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Below is a summary of key configuration options available in the `values.yaml` f
7878
| `service.nodePort` | Sets the static port (in the 30000–32767 range) | 32000 | Yes |
7979
| `env.ENABLED_PLUGINS`| Comma-separated list of plugins to enable (e.g., `huggingface,ollama,ultralytics, openvino and geti`) or `all` to enable all available plugins | `all` | Yes |
8080
| `image.repository` | image repository url | intel/model-download | Yes |
81-
| `image.tag` | latest image tag | rc3_2026.0 | Yes |
81+
| `image.tag` | latest image tag | latest | Yes |
8282

8383

8484
> **Note:** Refer to the chart's `values.yaml` for a full list of configurable parameters.

sample-applications/chat-question-and-answer/chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: chat-question-and-answer
33
description: A helm chart for deploying Intel ChatQnA sample application
4-
version: 2.0.1
4+
version: 2.1.0
55
dependencies:
66
- name: vllmService
77
version: 0.1.0
@@ -36,5 +36,5 @@ dependencies:
3636
version: 0.1.0
3737
repository: "file://subchart/reranker"
3838
- name: chatqna-ui
39-
version: 2.0.1
39+
version: 2.1.0
4040
repository: "file://subchart/chatqna-ui"

sample-applications/chat-question-and-answer/chart/subchart/chatqna-ui/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ apiVersion: v2
55
name: chatqna-ui
66
description: The Helm chart for Chatqna UI
77
type: application
8-
version: 2.0.1
8+
version: 2.1.0

sample-applications/chat-question-and-answer/chart/subchart/chatqna-ui/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ chatqnaui:
88
name: chatqna-ui
99
image:
1010
repository: intel/chatqna-ui
11-
tag: "2.0.1"
11+
tag: "latest"
1212
pullPolicy: IfNotPresent
1313
service:
1414
type: ClusterIP

sample-applications/chat-question-and-answer/chart/subchart/dataprep/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dataprepPgvector:
1919
name: document-ingestion
2020
image:
2121
repository: intel/document-ingestion
22-
tag: "1.2.3"
22+
tag: "latest"
2323
pullPolicy: IfNotPresent
2424
service:
2525
type: ClusterIP

sample-applications/chat-question-and-answer/chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Chatqna:
4242
name: chatqna-backend
4343
image:
4444
repository: intel/chatqna
45-
tag: "2.0.1"
45+
tag: "latest"
4646
pullPolicy: IfNotPresent
4747
service:
4848
type: ClusterIP

sample-applications/chat-question-and-answer/deployment-package/chatqna-values-ovms.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Chatqna:
4343
name: chatqna-backend
4444
image:
4545
repository: intel/chatqna
46-
tag: "2.0.1"
46+
tag: "latest"
4747
pullPolicy: IfNotPresent
4848
service:
4949
type: ClusterIP

sample-applications/chat-question-and-answer/deployment-package/chatqna-values-tgi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Chatqna:
3636
name: chatqna-backend
3737
image:
3838
repository: intel/chatqna
39-
tag: "2.0.1"
39+
tag: "latest"
4040
pullPolicy: IfNotPresent
4141
service:
4242
type: ClusterIP

0 commit comments

Comments
 (0)