-
Notifications
You must be signed in to change notification settings - Fork 54
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
Conversation
- name: zilla | ||
namespace: zilla | ||
chart: oci://ghcr.io/aklivity/charts/zilla | ||
version: 0.9.81 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this 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 |
There was a problem hiding this comment.
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
@vordimous @attilakreiner The file is updated with the recommended version range |
Description
A simple declarative way to deploy Zilla to Kubernetes with Helm as described in Zilla HelmChart docs.
helmfile
https://helmfile.readthedocs.io/