-
Notifications
You must be signed in to change notification settings - Fork 56
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
Generic helm chart #230
Generic helm chart #230
Conversation
36ab993
to
4df48f8
Compare
cloud/helm-chart/pom.xml
Outdated
</licenses> | ||
|
||
<build> | ||
<plugins> |
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.
Please add the license check goal.
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.
updated, pls chk
cloud/helm-chart/Chart.yaml
Outdated
description: Zilla The Event-Driven API Gateway | ||
type: application | ||
version: 0.1.0 | ||
appVersion: "0.9.42" |
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.
This is hard coded, but should come from build version so it is always up-to-date as part of the release.
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.
updated, pls chk
Description
This change implements a general purpose helm chart for zilla, such that it can be reused by our zilla-examples, but without any special knowledge of how the zilla-examples work.
Fixes #242