-
Notifications
You must be signed in to change notification settings - Fork 230
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
Support for ingress controller #1668
Support for ingress controller #1668
Conversation
Thanks @vbricentic for this contribution. |
Thanks for the suggestion @thjaeckle . I have just signed the commit and eclipsefdn/eca. Is there a way to re-trigger the check or I should maybe recreate PR? |
It seems something is still off .. see the Eclipse ECA tool: Did you configure your git email-address correctly to the one used in your eclipse account? In addition, other checks fail as well:
|
It should be better now, but not sure if everything is now solved. @thjaeckle could you please re-trigger check again. |
Account issue finally resolved. @thjaeckle I'm little bit confused with chart versioning. Lint and test Helm chart requires to change. In code it says it's effectively set by release-job. Version of helm currently matches application version, so I tried with 3.3.0.1 but the format was rejected. I set now to 3.3.1 but might be misleading. |
@vbricentic The chart version is still invalid:
Yes, unfortunately we cannot always keep the versions in sync. It is ok to change to 3.3.1 |
@thjaeckle in that case it should be now fine, I set it to 3.3.2 to not conflict with #1667 |
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.
Hey @vbricentic
I did a first round of reviews and added some comments.
Please move the ingress "controller" specific config to a separate YAML "object" - and make it configurable that the Ingress controller is deployed or not (if Ingress is enabled).
Signed-off-by: Vladimir Brkic <brv1sf@bosch.com>
Signed-off-by: Vladimir Brkic <brv1sf@bosch.com>
Signed-off-by: Vladimir Brkic <brv1sf@bosch.com>
@thjaeckle version bumped again |
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.
@vbricentic awesome, thanks for the adjustments and for the contribution. 👍
I will add it to the "3.3.1" milestone and will release it with a Helm chart version containing the Ditto 3.3.1 bugfix release.
Support for ingress controller
Creation of ingress-nginx namespace