Skip to content

Commit 0ffb43b

Browse files
committed
Add helmfile.yaml for test-upstream-chart; define repositories and releases for hello-world chart.
1 parent 9b1885f commit 0ffb43b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
repositories:
3+
- name: helm
4+
url: https://helm.github.io/examples
5+
6+
releases:
7+
- name: hello-world
8+
chart: helm/hello-world
9+
version: 0.1.0

0 commit comments

Comments
 (0)