From d160077dad6ef03624617242002cb54611e6ed36 Mon Sep 17 00:00:00 2001 From: Sam Stoelinga Date: Mon, 30 Sep 2024 20:27:10 -0700 Subject: [PATCH] helm: update charts and kubeai appVersion v0.8.0 (#260) --- charts/kubeai/Chart.yaml | 4 ++-- charts/models/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/kubeai/Chart.yaml b/charts/kubeai/Chart.yaml index 0feddd6a..c227c0f4 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.5.1 +version: 0.6.0 # 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.7.0" +appVersion: "v0.8.0" dependencies: # Open Web UI is an open source ChatGPT-like user interface. diff --git a/charts/models/Chart.yaml b/charts/models/Chart.yaml index 2176e0f6..84bb10c5 100644 --- a/charts/models/Chart.yaml +++ b/charts/models/Chart.yaml @@ -15,7 +15,7 @@ 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.5.0 +version: 0.6.0 # 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