diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index afb877c..6db0fd7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -32,6 +32,7 @@ - [ ] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/) +- [ ] `appVersion` bumped in `Chart.yaml` if it's `dial` chart and any application version changed - [ ] Variables are documented in the `values.yaml` and added to the `README.md` using [helm-docs](https://github.com/norwoodj/helm-docs) - [ ] Title of the pull request follows [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/) diff --git a/charts/dial/Chart.yaml b/charts/dial/Chart.yaml index eb6f523..2cd4079 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.5.0" +appVersion: "1.6.0" dependencies: - name: common repository: https://charts.bitnami.com/bitnami @@ -22,7 +22,7 @@ dependencies: repository: https://charts.epam-rail.com alias: core condition: core.enabled - version: 2.0.0 + version: 2.0.1 - name: dial-extension repository: https://charts.epam-rail.com alias: chat @@ -65,4 +65,4 @@ maintainers: name: dial sources: - https://github.com/epam/ai-dial-helm/tree/main/charts/dial -version: 2.0.1 +version: 2.1.0 diff --git a/charts/dial/README.md b/charts/dial/README.md index f82a425..15404f6 100644 --- a/charts/dial/README.md +++ b/charts/dial/README.md @@ -1,6 +1,6 @@ # dial -![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square) +![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) Umbrella chart for DIAL solution @@ -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.0 | +| https://charts.epam-rail.com | core(dial-core) | 2.0.1 | | https://charts.epam-rail.com | authhelper(dial-extension) | 1.0.2 | | https://charts.epam-rail.com | chat(dial-extension) | 1.0.2 | | https://charts.epam-rail.com | themes(dial-extension) | 1.0.2 | @@ -100,7 +100,7 @@ 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.6.11"` | | +| chat.image.tag | string | `"0.8.0"` | | | core.enabled | bool | `true` | Enable/disable ai-dial-core | | core.image.tag | string | `"0.8.1"` | | | extraDeploy | list | `[]` | | @@ -115,7 +115,7 @@ helm install my-release dial/dial -f values.yaml | openai.commonLabels."app.kubernetes.io/component" | string | `"adapter"` | | | openai.enabled | bool | `false` | Enable/disable ai-dial-adapter-openai | | openai.image.repository | string | `"epam/ai-dial-adapter-openai"` | | -| openai.image.tag | string | `"0.8.0"` | | +| openai.image.tag | string | `"0.10.0"` | | | themes.commonLabels."app.kubernetes.io/component" | string | `"webserver"` | | | themes.containerPorts.http | int | `8080` | | | themes.containerSecurityContext.runAsUser | int | `101` | | diff --git a/charts/dial/values.yaml b/charts/dial/values.yaml index df57bd0..85e3704 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.6.11 + tag: 0.8.0 containerPorts: http: 3000 @@ -91,7 +91,7 @@ openai: app.kubernetes.io/component: "adapter" image: repository: epam/ai-dial-adapter-openai - tag: 0.8.0 + tag: 0.10.0 # env: # DIAL_USE_FILE_STORAGE: "true" # DIAL_URL: "http://{{ .Release.Name }}-core"