From f0423de77ce868b1f384b11b8bf7f762592c9c7a Mon Sep 17 00:00:00 2001 From: Sam Stoelinga Date: Fri, 30 Aug 2024 18:58:42 -0700 Subject: [PATCH] set image version to 0.4.2 in helm chart (#160) --- charts/kubeai/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kubeai/Chart.yaml b/charts/kubeai/Chart.yaml index 13e316ee..8121d1d5 100644 --- a/charts/kubeai/Chart.yaml +++ b/charts/kubeai/Chart.yaml @@ -7,13 +7,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.4.0" +appVersion: "v0.4.2" dependencies: # Open Web UI is an open source ChatGPT-like user interface.