Skip to content

Commit

Permalink
Merge pull request #32 from InseeFrLab/vllm_same_name_release_fix
Browse files Browse the repository at this point in the history
Fixed same-name release issue
  • Loading branch information
Jono711 authored Jan 17, 2025
2 parents da9ec2e + 535ab36 commit 96e1ee2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/vllm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ 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.0.8
version: 0.0.9

# 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: "0.0.8"
appVersion: "0.0.9"

dependencies:
- name: llm-serving
version: "0.0.4"
version: "0.0.5"
repository: https://dscc-admin-ch.github.io/helm-charts

0 comments on commit 96e1ee2

Please sign in to comment.