Skip to content

Commit

Permalink
chore: bump patch version for openai adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
dspashynskyi authored and nepalevov committed Nov 21, 2024
1 parent 72854c5 commit cb83f57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.18.0"
appVersion: "1.18.1"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down Expand Up @@ -70,4 +70,4 @@ maintainers:
name: dial
sources:
- https://github.com/epam/ai-dial-helm/tree/main/charts/dial
version: 4.0.0
version: 4.0.1
4 changes: 2 additions & 2 deletions charts/dial/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dial

![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![AppVersion: 1.18.0](https://img.shields.io/badge/AppVersion-1.18.0-informational?style=flat-square)
![Version: 4.0.1](https://img.shields.io/badge/Version-4.0.1-informational?style=flat-square) ![AppVersion: 1.18.1](https://img.shields.io/badge/AppVersion-1.18.1-informational?style=flat-square)

Umbrella chart for DIAL solution

Expand Down Expand Up @@ -132,7 +132,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.17.0"` | |
| openai.image.tag | string | `"0.17.1"` | |
| openai.livenessProbe.enabled | bool | `true` | |
| openai.readinessProbe.enabled | bool | `true` | |
| themes.commonLabels."app.kubernetes.io/component" | string | `"webserver"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/dial/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ openai:
app.kubernetes.io/component: "adapter"
image:
repository: epam/ai-dial-adapter-openai
tag: 0.17.0
tag: 0.17.1
# env:
# DIAL_USE_FILE_STORAGE: "true"
# DIAL_URL: "http://{{ .Release.Name }}-core"
Expand Down

0 comments on commit cb83f57

Please sign in to comment.