Skip to content

Commit 3050e93

Browse files
committed
Fix helm release
1 parent c353daa commit 3050e93

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/charts.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ jobs:
4747
yq -i ".name = \"vyhub-test\" | .version = \"${NEW_VERSION}\"" \
4848
charts/vyhub/Chart.yaml
4949
50+
# chart-releaser's `cr package` shells out to `helm dependency build`,
51+
# which only resolves repository: URLs that are already registered with
52+
# the local helm client. (OCI deps like bitnamicharts work without
53+
# `repo add`; classic https:// repos do not.)
54+
- name: Register chart dependency repositories
55+
run: |
56+
helm repo add grafana https://grafana.github.io/helm-charts
57+
helm repo update
58+
5059
- name: Update chart dependencies
5160
run: helm dependency update charts/vyhub
5261

0 commit comments

Comments
 (0)