Skip to content

Conversation

@ttimot24
Copy link
Contributor

Description

A simple declarative way to deploy Zilla to Kubernetes with Helm as described in Zilla HelmChart docs.

helmfile

https://helmfile.readthedocs.io/

helmfile apply

- name: zilla
namespace: zilla
chart: oci://ghcr.io/aklivity/charts/zilla
version: 0.9.81
Copy link
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
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

Copy link
Contributor

@attilakreiner attilakreiner left a comment

Choose a reason for hiding this comment

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

Let's change the hardcoded version number to ^0.9.0 please.

- name: zilla
namespace: zilla
chart: oci://ghcr.io/aklivity/charts/zilla
version: 0.9.81
Copy link
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

@ttimot24
Copy link
Contributor Author

@vordimous @attilakreiner The file is updated with the recommended version range

@jfallows jfallows merged commit 1045888 into aklivity:develop May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants