Skip to content

Commit 20adcca

Browse files
feat: DIAL release 1.41 (#229)
1 parent a86caeb commit 20adcca

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
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.40.0"
5+
appVersion: "1.41.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.20.0
73+
version: 5.21.0

charts/dial/README.md

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

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)
3+
![Version: 5.21.0](https://img.shields.io/badge/Version-5.21.0-informational?style=flat-square) ![AppVersion: 1.41.0](https://img.shields.io/badge/AppVersion-1.41.0-informational?style=flat-square)
44

55
Umbrella chart for DIAL solution
66

@@ -97,29 +97,29 @@ 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.3"` | |
100+
| bedrock.image.tag | string | `"0.37.0"` | |
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.42.2"` | |
108+
| chat.image.tag | string | `"0.43.1"` | |
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.40.0"` | |
116+
| core.image.tag | string | `"0.41.0"` | |
117117
| core.livenessProbe.enabled | bool | `true` | |
118118
| core.readinessProbe.enabled | bool | `true` | |
119119
| dial.commonLabels."app.kubernetes.io/component" | string | `"adapter"` | |
120120
| dial.enabled | bool | `false` | Enable/disable ai-dial-adapter-dial |
121121
| dial.image.repository | string | `"epam/ai-dial-adapter-dial"` | |
122-
| dial.image.tag | string | `"0.11.0"` | |
122+
| dial.image.tag | string | `"0.12.0"` | |
123123
| dial.livenessProbe.enabled | bool | `true` | |
124124
| dial.readinessProbe.enabled | bool | `true` | |
125125
| extraDeploy | list | `[]` | |
@@ -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.36.1"` | |
141+
| openai.image.tag | string | `"0.37.0"` | |
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.13.0"` | |
149+
| themes.image.tag | string | `"0.14.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.32.0"` | |
156+
| vertexai.image.tag | string | `"0.33.0"` | |
157157
| vertexai.livenessProbe.enabled | bool | `true` | |
158158
| vertexai.readinessProbe.enabled | bool | `true` | |
159159

charts/dial/values.yaml

Lines changed: 7 additions & 7 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.40.0
71+
tag: 0.41.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.42.2
85+
tag: 0.43.1
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.13.0
107+
tag: 0.14.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.36.1
127+
tag: 0.37.0
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.3
144+
tag: 0.37.0
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.32.0
165+
tag: 0.33.0
166166
# env:
167167
# DIAL_URL: "http://{{ .Release.Name }}-core"
168168
livenessProbe:
@@ -178,7 +178,7 @@ dial:
178178
app.kubernetes.io/component: "adapter"
179179
image:
180180
repository: epam/ai-dial-adapter-dial
181-
tag: 0.11.0
181+
tag: 0.12.0
182182
# env:
183183
# DIAL_URL: "http://{{ .Release.Name }}-core"
184184
livenessProbe:

0 commit comments

Comments
 (0)