diff --git a/charts/dial/Chart.yaml b/charts/dial/Chart.yaml index 2cd4079..f7fbba9 100644 --- a/charts/dial/Chart.yaml +++ b/charts/dial/Chart.yaml @@ -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 @@ -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 diff --git a/charts/dial/README.md b/charts/dial/README.md index 15404f6..f7606bd 100644 --- a/charts/dial/README.md +++ b/charts/dial/README.md @@ -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 @@ -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 | `[]` | | @@ -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 | diff --git a/charts/dial/examples/aws/simple/values.yaml b/charts/dial/examples/aws/simple/values.yaml index dc8c5a7..313c552 100644 --- a/charts/dial/examples/aws/simple/values.yaml +++ b/charts/dial/examples/aws/simple/values.yaml @@ -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" diff --git a/charts/dial/values.yaml b/charts/dial/values.yaml index 85e3704..e33ca7c 100644 --- a/charts/dial/values.yaml +++ b/charts/dial/values.yaml @@ -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 @@ -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: @@ -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"