Skip to content

Commit 67c6058

Browse files
feat: DIAL release 1.40 (#217)
1 parent 29b7394 commit 67c6058

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

charts/dial/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ annotations:
22
category: MachineLearning
33
licenses: Apache-2.0
44
apiVersion: v2
5-
appVersion: "1.39.0"
5+
appVersion: "1.40.0"
66
dependencies:
77
- name: common
88
repository: oci://registry-1.docker.io/bitnamicharts
@@ -70,4 +70,4 @@ maintainers:
7070
name: dial
7171
sources:
7272
- https://github.com/epam/ai-dial-helm/tree/main/charts/dial
73-
version: 5.19.0
73+
version: 5.20.0

charts/dial/README.md

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

3-
![Version: 5.19.0](https://img.shields.io/badge/Version-5.19.0-informational?style=flat-square) ![AppVersion: 1.39.0](https://img.shields.io/badge/AppVersion-1.39.0-informational?style=flat-square)
3+
![Version: 5.20.0](https://img.shields.io/badge/Version-5.20.0-informational?style=flat-square) ![AppVersion: 1.40.0](https://img.shields.io/badge/AppVersion-1.40.0-informational?style=flat-square)
44

55
Umbrella chart for DIAL solution
66

@@ -97,23 +97,23 @@ helm install my-release dial/dial -f values.yaml
9797
| bedrock.commonLabels."app.kubernetes.io/component" | string | `"adapter"` | |
9898
| bedrock.enabled | bool | `false` | Enable/disable ai-dial-adapter-bedrock |
9999
| bedrock.image.repository | string | `"epam/ai-dial-adapter-bedrock"` | |
100-
| bedrock.image.tag | string | `"0.36.0"` | |
100+
| bedrock.image.tag | string | `"0.36.3"` | |
101101
| bedrock.livenessProbe.enabled | bool | `true` | |
102102
| bedrock.readinessProbe.enabled | bool | `true` | |
103103
| bedrock.secrets | object | `{}` | |
104104
| chat.commonLabels."app.kubernetes.io/component" | string | `"application"` | |
105105
| chat.containerPorts.http | int | `3000` | |
106106
| chat.enabled | bool | `true` | Enable/disable ai-dial-chat |
107107
| chat.image.repository | string | `"epam/ai-dial-chat"` | |
108-
| chat.image.tag | string | `"0.41.4"` | |
108+
| chat.image.tag | string | `"0.42.2"` | |
109109
| chat.livenessProbe.enabled | bool | `true` | |
110110
| chat.livenessProbe.failureThreshold | int | `6` | |
111111
| chat.livenessProbe.httpGet.path | string | `"/api/health"` | |
112112
| chat.readinessProbe.enabled | bool | `true` | |
113113
| chat.readinessProbe.failureThreshold | int | `6` | |
114114
| chat.readinessProbe.httpGet.path | string | `"/api/health"` | |
115115
| core.enabled | bool | `true` | Enable/disable ai-dial-core |
116-
| core.image.tag | string | `"0.39.1"` | |
116+
| core.image.tag | string | `"0.40.0"` | |
117117
| core.livenessProbe.enabled | bool | `true` | |
118118
| core.readinessProbe.enabled | bool | `true` | |
119119
| dial.commonLabels."app.kubernetes.io/component" | string | `"adapter"` | |
@@ -138,22 +138,22 @@ helm install my-release dial/dial -f values.yaml
138138
| openai.commonLabels."app.kubernetes.io/component" | string | `"adapter"` | |
139139
| openai.enabled | bool | `false` | Enable/disable ai-dial-adapter-openai |
140140
| openai.image.repository | string | `"epam/ai-dial-adapter-openai"` | |
141-
| openai.image.tag | string | `"0.35.0"` | |
141+
| openai.image.tag | string | `"0.36.1"` | |
142142
| openai.livenessProbe.enabled | bool | `true` | |
143143
| openai.readinessProbe.enabled | bool | `true` | |
144144
| themes.commonLabels."app.kubernetes.io/component" | string | `"webserver"` | |
145145
| themes.containerPorts.http | int | `8080` | |
146146
| themes.containerSecurityContext.runAsUser | int | `101` | |
147147
| themes.enabled | bool | `true` | Enable/disable ai-dial-chat-themes |
148148
| themes.image.repository | string | `"epam/ai-dial-chat-themes"` | |
149-
| themes.image.tag | string | `"0.12.0"` | |
149+
| themes.image.tag | string | `"0.13.0"` | |
150150
| themes.livenessProbe.enabled | bool | `true` | |
151151
| themes.podSecurityContext.fsGroup | int | `101` | |
152152
| themes.readinessProbe.enabled | bool | `true` | |
153153
| vertexai.commonLabels."app.kubernetes.io/component" | string | `"adapter"` | |
154154
| vertexai.enabled | bool | `false` | Enable/disable ai-dial-adapter-vertexai |
155155
| vertexai.image.repository | string | `"epam/ai-dial-adapter-vertexai"` | |
156-
| vertexai.image.tag | string | `"0.31.0"` | |
156+
| vertexai.image.tag | string | `"0.32.0"` | |
157157
| vertexai.livenessProbe.enabled | bool | `true` | |
158158
| vertexai.readinessProbe.enabled | bool | `true` | |
159159

charts/dial/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ core:
6868
# -- Enable/disable ai-dial-core
6969
enabled: true
7070
image:
71-
tag: 0.39.1
71+
tag: 0.40.0
7272
livenessProbe:
7373
enabled: true
7474
readinessProbe:
@@ -82,7 +82,7 @@ chat:
8282
app.kubernetes.io/component: "application"
8383
image:
8484
repository: epam/ai-dial-chat
85-
tag: 0.41.4
85+
tag: 0.42.2
8686
containerPorts:
8787
http: 3000
8888
livenessProbe:
@@ -104,7 +104,7 @@ themes:
104104
app.kubernetes.io/component: "webserver"
105105
image:
106106
repository: epam/ai-dial-chat-themes
107-
tag: 0.12.0
107+
tag: 0.13.0
108108
containerPorts:
109109
http: 8080
110110
podSecurityContext:
@@ -124,7 +124,7 @@ openai:
124124
app.kubernetes.io/component: "adapter"
125125
image:
126126
repository: epam/ai-dial-adapter-openai
127-
tag: 0.35.0
127+
tag: 0.36.1
128128
# env:
129129
# DIAL_USE_FILE_STORAGE: "true"
130130
# DIAL_URL: "http://{{ .Release.Name }}-core"
@@ -141,7 +141,7 @@ bedrock:
141141
app.kubernetes.io/component: "adapter"
142142
image:
143143
repository: epam/ai-dial-adapter-bedrock
144-
tag: 0.36.0
144+
tag: 0.36.3
145145
# env:
146146
# DIAL_URL: "http://{{ .Release.Name }}-core"
147147
secrets:
@@ -162,7 +162,7 @@ vertexai:
162162
app.kubernetes.io/component: "adapter"
163163
image:
164164
repository: epam/ai-dial-adapter-vertexai
165-
tag: 0.31.0
165+
tag: 0.32.0
166166
# env:
167167
# DIAL_URL: "http://{{ .Release.Name }}-core"
168168
livenessProbe:

0 commit comments

Comments
 (0)