Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions cloud/helm-chart/src/main/helm/zilla/helmfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
helmDefaults:
wait: true
createNamespace: true

releases:
- name: zilla
namespace: zilla
chart: oci://ghcr.io/aklivity/charts/zilla
version: ^0.9.0
set:
# single value loaded from a local file, translates to --set-file zilla\\.yaml=zilla.yaml
# as described in: https://artifacthub.io/packages/helm/zilla/zilla#configuration
- name: "zilla\\.yaml"
file: zilla.yaml