Skip to content

Added declarative helmfile#1054

Merged
jfallows merged 5 commits into
aklivity:developfrom
ttimot24:develop
May 31, 2024
Merged

Added declarative helmfile#1054
jfallows merged 5 commits into
aklivity:developfrom
ttimot24:develop

Conversation

@ttimot24

Copy link
Copy Markdown
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
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

@attilakreiner attilakreiner left a comment

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.

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
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

@ttimot24

Copy link
Copy Markdown
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