Skip to content

Commit

Permalink
update component version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-ban committed Jun 13, 2024
1 parent e1e255a commit a3f96f3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
6 changes: 3 additions & 3 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.9.0"
appVersion: "1.10.0"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand All @@ -22,7 +22,7 @@ dependencies:
repository: https://charts.epam-rail.com
alias: core
condition: core.enabled
version: 2.0.2
version: 2.0.3
- name: dial-extension
repository: https://charts.epam-rail.com
alias: chat
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.4.0
version: 2.5.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.4.0](https://img.shields.io/badge/Version-2.4.0-informational?style=flat-square) ![AppVersion: 1.9.0](https://img.shields.io/badge/AppVersion-1.9.0-informational?style=flat-square)
![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat-square) ![AppVersion: 1.10.0](https://img.shields.io/badge/AppVersion-1.10.0-informational?style=flat-square)

Umbrella chart for DIAL solution

Expand All @@ -18,7 +18,7 @@ Kubernetes: `>=1.23.0-0`
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.14.1 |
| https://charts.bitnami.com/bitnami | keycloak | 16.1.7 |
| https://charts.epam-rail.com | core(dial-core) | 2.0.2 |
| https://charts.epam-rail.com | core(dial-core) | 2.0.3 |
| https://charts.epam-rail.com | authhelper(dial-extension) | 1.0.3 |
| https://charts.epam-rail.com | chat(dial-extension) | 1.0.3 |
| https://charts.epam-rail.com | themes(dial-extension) | 1.0.3 |
Expand Down Expand Up @@ -100,9 +100,9 @@ helm install my-release dial/dial -f values.yaml
| 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.11.0"` | |
| chat.image.tag | string | `"0.12.0"` | |
| core.enabled | bool | `true` | Enable/disable ai-dial-core |
| core.image.tag | string | `"0.10.0"` | |
| core.image.tag | string | `"0.11.0"` | |
| extraDeploy | list | `[]` | |
| keycloak.enabled | bool | `false` | Enable/disable keycloak |
| keycloak.extraEnvVars[0].name | string | `"KC_FEATURES"` | |
Expand Down
9 changes: 3 additions & 6 deletions charts/dial/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ core:
# -- Enable/disable ai-dial-core
enabled: true
image:
tag: 0.10.0
tag: 0.11.0

### ai-dial-chat configuration ###
chat:
Expand All @@ -63,7 +63,7 @@ chat:
app.kubernetes.io/component: "application"
image:
repository: epam/ai-dial-chat
tag: 0.11.0
tag: 0.12.0
containerPorts:
http: 3000

Expand Down Expand Up @@ -95,8 +95,6 @@ openai:
# env:
# DIAL_USE_FILE_STORAGE: "true"
# DIAL_URL: "http://{{ .Release.Name }}-core"
# GPT4_VISION_DEPLOYMENTS: "gpt-4-vision-preview"
# DALLE3_DEPLOYMENTS: "dalle3"

### ai-dial-adapter-bedrock configuration ###
bedrock:
Expand All @@ -108,11 +106,10 @@ bedrock:
repository: epam/ai-dial-adapter-bedrock
tag: 0.11.0
# env:
# DIAL_USE_FILE_STORAGE: "true"
# DIAL_URL: "http://{{ .Release.Name }}-core"
secrets:
{}
# DEFAULT_REGION: "us-east-1"
# AWS_DEFAULT_REGION: "us-east-1"
# AWS_ACCESS_KEY_ID: ""
# AWS_SECRET_ACCESS_KEY: ""

Expand Down

0 comments on commit a3f96f3

Please sign in to comment.