From f2bac25996bd6f6068d93889b38fe239cb28da87 Mon Sep 17 00:00:00 2001 From: Sam Stoelinga Date: Tue, 14 Jan 2025 09:53:01 -0800 Subject: [PATCH] bump helm chart versions and appVersion --- charts/kubeai/Chart.yaml | 6 +++--- charts/kubeai/charts/openwebui/Chart.yaml | 2 +- charts/models/Chart.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/kubeai/Chart.yaml b/charts/kubeai/Chart.yaml index 2e2c7269..fe16ab35 100644 --- a/charts/kubeai/Chart.yaml +++ b/charts/kubeai/Chart.yaml @@ -7,20 +7,20 @@ 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.10.0 +version: 0.11.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.12.0" +appVersion: "v0.13.0" dependencies: # Open Web UI is an open source ChatGPT-like user interface. # https://docs.openwebui.com/ - name: openwebui condition: openwebui.enabled - version: 0.1.1 + version: 0.2.0 keywords: ["LLM", "AI"] diff --git a/charts/kubeai/charts/openwebui/Chart.yaml b/charts/kubeai/charts/openwebui/Chart.yaml index e2da6295..a24ed137 100644 --- a/charts/kubeai/charts/openwebui/Chart.yaml +++ b/charts/kubeai/charts/openwebui/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.1.1 +version: 0.2.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 diff --git a/charts/models/Chart.yaml b/charts/models/Chart.yaml index 05fc8fd8..a9d35219 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.10.0 +version: 0.11.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