Skip to content

Commit

Permalink
Update chart versions and push changes to helm repository
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Nov 1, 2024
1 parent 8cf57ed commit 5ec089a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions neon_diana_utils/helm_charts/backend/diana-backend/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.1.25
version: 0.1.26

# 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 All @@ -35,5 +35,5 @@ dependencies:
version: 0.0.14
repository: file://../http-services
- name: diana-mq
version: 0.0.17
version: 0.0.18
repository: file://../mq-services
4 changes: 2 additions & 2 deletions neon_diana_utils/helm_charts/backend/mq-services/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: diana-mq
description: Deploy DIANA MQ Services

type: application
version: 0.0.17
version: 0.0.18
appVersion: "1.0.1a25"
dependencies:
- name: neon-api-proxy
Expand Down Expand Up @@ -32,7 +32,7 @@ dependencies:
repository: file://../../mq/neon-llm-chatgpt
- name: neon-llm-vllm
alias: neon-llm-vllm
version: 0.0.7
version: 0.0.1
repository: file://../../mq/neon-llm-vllm
- name: neon-llm-fastchat
alias: neon-llm-fastchat
Expand Down
2 changes: 1 addition & 1 deletion neon_diana_utils/helm_charts/mq/neon-llm-vllm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: neon-llm-vllm
description: Deploy an LLM proxy for Neon VLLM Service

type: application
version: 0.0.7
version: 0.0.1
appVersion: "1.0.1a25"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion neon_diana_utils/templates/backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ appVersion: "1.0.1a5"

dependencies:
- name: backend
version: 0.1.25
version: 0.1.26
repository: https://neongeckocom.github.io/neon-diana-utils

0 comments on commit 5ec089a

Please sign in to comment.