From f0d7dd4f12fe008d842302de85f8a42b6cded2a0 Mon Sep 17 00:00:00 2001 From: Sam Stoelinga Date: Sun, 8 Dec 2024 21:47:47 -0800 Subject: [PATCH] helm: update chart versions and appVersion (#344) --- 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 77cc544d..2e2c7269 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.9.0 +version: 0.10.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.11.0" +appVersion: "v0.12.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 2738acf3..05fc8fd8 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.9.0 +version: 0.10.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