Skip to content
Merged
Changes from 3 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.81

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we will need a way to dynamically set this field right @attilakreiner?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My suggestion is that we go with ^0.9.0 so it is consistent with our examples e.g. setup.sh#L6

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