Skip to content

Commit 00972e2

Browse files
committed
Fix chart dependency versions
1 parent 9dfcf3a commit 00972e2

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

charts/azimuth-chat/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ annotations:
1818

1919
dependencies:
2020
- name: azimuth-llm
21-
version: 0.1.0
21+
version: ">=0-0"
2222
repository: "file://../azimuth-llm/"

charts/azimuth-image-analysis/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ annotations:
1818

1919
dependencies:
2020
- name: azimuth-llm
21-
version: 0.1.0
21+
version: ">=0-0"
2222
repository: "file://../azimuth-llm/"

charts/azimuth-llm/Chart.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.1.0
21+
version: 0.2.0
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
@@ -30,9 +30,3 @@ icon: https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-l
3030

3131
annotations:
3232
azimuth.stackhpc.com/label: HuggingFace LLM
33-
34-
# dependencies:
35-
# - name: reloader
36-
# version: 1.0.63
37-
# repository: https://stakater.github.io/stakater-charts
38-
# condition: ui.enabled

charts/azimuth-llm/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,3 @@ ingress:
149149
# Annotations to apply to the ingress resource
150150
# e.g. for cert-manager integration
151151
annotations:
152-
153-
# reloader:
154-
# watchGlobally: false

0 commit comments

Comments
 (0)