Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added declarative helmfile #1054

Merged
merged 5 commits into from
May 31, 2024
Merged

Added declarative helmfile #1054

merged 5 commits into from
May 31, 2024

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
5 checks passed
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