Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix helmfile.yaml
  • Loading branch information
ttimot24 authored May 25, 2024
commit 95f54b6b182301b6d50d6a685b238283b1324858
13 changes: 10 additions & 3 deletions cloud/helm-chart/src/main/helm/zilla/helmfile.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
helmDefaults:
wait: true
createNamespace: true

releases:
- name: zilla
namespace: default
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

values:
- zilla.yaml: '{{ readFile "zilla.yaml" }}'
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