diff --git a/charts/kubeai/Chart.yaml b/charts/kubeai/Chart.yaml index e5c2e7dc..77cc544d 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.8.0 +version: 0.9.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.10.0" +appVersion: "v0.11.0" dependencies: # Open Web UI is an open source ChatGPT-like user interface. diff --git a/charts/kubeai/values.yaml b/charts/kubeai/values.yaml index 3ed51dd6..1ea8c80b 100644 --- a/charts/kubeai/values.yaml +++ b/charts/kubeai/values.yaml @@ -60,9 +60,7 @@ modelServers: default: "michaelf34/infinity:latest" modelLoading: - # TODO(release): Switch to official image before release. - # image: "substratusai/kubeai-model-loader:v0.9.0" - image: "us-central1-docker.pkg.dev/substratus-dev/default/kubeai-model-loader:latest" + image: "substratusai/kubeai-model-loader:v0.11.0" modelServerPods: # Security Context for the model pods diff --git a/charts/models/Chart.yaml b/charts/models/Chart.yaml index e1087169..2738acf3 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.8.0 +version: 0.9.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