From 6a4b5cbdcb8285284f36ca829517efd4b3023027 Mon Sep 17 00:00:00 2001 From: Sam Stoelinga Date: Sat, 7 Sep 2024 08:28:44 -0700 Subject: [PATCH] helm: update appVersion to v0.5.1 (#189) --- 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 1844aa98..26ec6b9e 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.3.2 +version: 0.3.3 # 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.5.0" +appVersion: "v0.5.1" dependencies: # Open Web UI is an open source ChatGPT-like user interface.