Skip to content

Commit

Permalink
bump helm chart versions (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 authored Feb 2, 2025
1 parent dd5a548 commit eb9f2cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.11.0
version: 0.12.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.13.0"
appVersion: "v0.14.0"

dependencies:
# Open Web UI is an open source ChatGPT-like user interface.
Expand Down
2 changes: 1 addition & 1 deletion charts/kubeai/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ modelServers:
default: "michaelf34/infinity:latest"

modelLoading:
image: "substratusai/kubeai-model-loader:v0.11.0"
image: "substratusai/kubeai-model-loader:v0.14.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.11.0
version: 0.12.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 eb9f2cc

Please sign in to comment.