Skip to content

Commit

Permalink
feat: DIAL release 1.7 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalevov authored Apr 10, 2024
1 parent 1fa6920 commit b65e79e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/dial/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ annotations:
category: MachineLearning
licenses: Apache-2.0
apiVersion: v2
appVersion: "1.6.0"
appVersion: "1.7.0"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down Expand Up @@ -65,4 +65,4 @@ maintainers:
name: dial
sources:
- https://github.com/epam/ai-dial-helm/tree/main/charts/dial
version: 2.1.0
version: 2.2.0
8 changes: 4 additions & 4 deletions charts/dial/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dial

![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square)
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 1.7.0](https://img.shields.io/badge/AppVersion-1.7.0-informational?style=flat-square)

Umbrella chart for DIAL solution

Expand Down Expand Up @@ -94,13 +94,13 @@ helm install my-release dial/dial -f values.yaml
| bedrock.commonLabels."app.kubernetes.io/component" | string | `"adapter"` | |
| bedrock.enabled | bool | `false` | Enable/disable ai-dial-adapter-bedrock |
| bedrock.image.repository | string | `"epam/ai-dial-adapter-bedrock"` | |
| bedrock.image.tag | string | `"0.7.0"` | |
| bedrock.image.tag | string | `"0.8.0"` | |
| bedrock.secrets | object | `{}` | |
| chat.commonLabels."app.kubernetes.io/component" | string | `"application"` | |
| chat.containerPorts.http | int | `3000` | |
| chat.enabled | bool | `true` | Enable/disable ai-dial-chat |
| chat.image.repository | string | `"epam/ai-dial-chat"` | |
| chat.image.tag | string | `"0.8.0"` | |
| chat.image.tag | string | `"0.9.0"` | |
| core.enabled | bool | `true` | Enable/disable ai-dial-core |
| core.image.tag | string | `"0.8.1"` | |
| extraDeploy | list | `[]` | |
Expand All @@ -121,7 +121,7 @@ helm install my-release dial/dial -f values.yaml
| themes.containerSecurityContext.runAsUser | int | `101` | |
| themes.enabled | bool | `true` | Enable/disable ai-dial-chat-themes |
| themes.image.repository | string | `"epam/ai-dial-chat-themes"` | |
| themes.image.tag | string | `"0.3.0"` | |
| themes.image.tag | string | `"0.4.0"` | |
| themes.podSecurityContext.fsGroup | int | `101` | |
| vertexai.commonLabels."app.kubernetes.io/component" | string | `"adapter"` | |
| vertexai.enabled | bool | `false` | Enable/disable ai-dial-adapter-vertexai |
Expand Down
2 changes: 1 addition & 1 deletion charts/dial/examples/aws/simple/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ themes:
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/target-type: ip
alb.ingress.kubernetes.io/backend-protocol: HTTP
alb.ingress.kubernetes.io/healthcheck-path: /config.json
alb.ingress.kubernetes.io/healthcheck-path: /health
alb.ingress.kubernetes.io/healthcheck-protocol: HTTP
alb.ingress.kubernetes.io/healthcheck-timeout-seconds: "5"
alb.ingress.kubernetes.io/healthy-threshold-count: "2"
Expand Down
6 changes: 3 additions & 3 deletions charts/dial/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ chat:
app.kubernetes.io/component: "application"
image:
repository: epam/ai-dial-chat
tag: 0.8.0
tag: 0.9.0
containerPorts:
http: 3000

Expand All @@ -75,7 +75,7 @@ themes:
app.kubernetes.io/component: "webserver"
image:
repository: epam/ai-dial-chat-themes
tag: 0.3.0
tag: 0.4.0
containerPorts:
http: 8080
podSecurityContext:
Expand Down Expand Up @@ -106,7 +106,7 @@ bedrock:
app.kubernetes.io/component: "adapter"
image:
repository: epam/ai-dial-adapter-bedrock
tag: 0.7.0
tag: 0.8.0
# env:
# DIAL_USE_FILE_STORAGE: "true"
# DIAL_URL: "http://{{ .Release.Name }}-core"
Expand Down

0 comments on commit b65e79e

Please sign in to comment.