Skip to content

Commit

Permalink
update appVersion to v0.11.0 and bump chart versions (substratusai#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 authored Nov 27, 2024
1 parent 8762578 commit 5c12098
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/kubeai/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 1 addition & 3 deletions charts/kubeai/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/models/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c12098

Please sign in to comment.