Skip to content

Commit 1045888

Browse files
authored
Added declarative helmfile (#1054)
* Create helmfile.yaml * Move helmfile * Fix helmfile.yaml * Use version range instead harcoded version
1 parent ef1dd9f commit 1045888

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
helmDefaults:
2+
wait: true
3+
createNamespace: true
4+
5+
releases:
6+
- name: zilla
7+
namespace: zilla
8+
chart: oci://ghcr.io/aklivity/charts/zilla
9+
version: ^0.9.0
10+
set:
11+
# single value loaded from a local file, translates to --set-file zilla\\.yaml=zilla.yaml
12+
# as described in: https://artifacthub.io/packages/helm/zilla/zilla#configuration
13+
- name: "zilla\\.yaml"
14+
file: zilla.yaml
15+

0 commit comments

Comments
 (0)