Skip to content

Commit

Permalink
Fix chart dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Oct 31, 2024
1 parent 9dfcf3a commit 00972e2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/azimuth-chat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ annotations:

dependencies:
- name: azimuth-llm
version: 0.1.0
version: ">=0-0"
repository: "file://../azimuth-llm/"
2 changes: 1 addition & 1 deletion charts/azimuth-image-analysis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ annotations:

dependencies:
- name: azimuth-llm
version: 0.1.0
version: ">=0-0"
repository: "file://../azimuth-llm/"
8 changes: 1 addition & 7 deletions charts/azimuth-llm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.0
version: 0.2.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 All @@ -30,9 +30,3 @@ icon: https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-l

annotations:
azimuth.stackhpc.com/label: HuggingFace LLM

# dependencies:
# - name: reloader
# version: 1.0.63
# repository: https://stakater.github.io/stakater-charts
# condition: ui.enabled
3 changes: 0 additions & 3 deletions charts/azimuth-llm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,3 @@ ingress:
# Annotations to apply to the ingress resource
# e.g. for cert-manager integration
annotations:

# reloader:
# watchGlobally: false

0 comments on commit 00972e2

Please sign in to comment.