-
Notifications
You must be signed in to change notification settings - Fork 226
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
Add keda http add-on operator charts #137
Conversation
Signed-off-by: Lucas Santos <lhs.santoss@gmail.com>
Signed-off-by: Lucas Santos <lhs.santoss@gmail.com>
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.
A good start but we should rename the Helm chart
@khaosdoctor Please move the CRDs as per #140 as well, Helm doesn't handle them well :/ |
Let's use |
Signed-off-by: Lucas Santos <lhs.santoss@gmail.com>
@tomkerkhove applied the changes from your review, could you please review again? |
Signed-off-by: Lucas Santos <lhs.santoss@gmail.com>
Added change from kedacore/http-add-on#115 to setup the chart |
Signed-off-by: Lucas Santos <lhs.santoss@gmail.com>
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 have a single nitpick change, but +1 to @tomkerkhove's requested changes too
Signed-off-by: Lucas Santos <lhs.santoss@gmail.com>
Signed-off-by: Lucas Santos <lhs.santoss@gmail.com>
Signed-off-by: Lucas Santos <lhs.santoss@gmail.com>
Signed-off-by: Lucas Santos <lhs.santoss@gmail.com>
@tomkerkhove @arschles can you PTAL? |
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.
LGTM, we only need two last changes:
- Fix the app version references below
- Provide a new CI workflow for this chart, similar to KEDA Core CI
Signed-off-by: Lucas Santos <lhs.santoss@gmail.com>
Suggestions done, let me create the CI |
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.
Thank you for working on the CI!
Signed-off-by: Lucas Santos <lhs.santoss@gmail.com>
Signed-off-by: Lucas Santos <lhs.santoss@gmail.com>
Signed-off-by: Lucas Santos <lhs.santoss@gmail.com>
@tomkerkhove I added the CI pipeline based on the one that's already here, can you PTAL to check if that's useful? |
THank you @khaosdoctor! I'll clean it up in a separate PR! |
Moving HTTP add-on charts here
Checklist
Fixes kedacore/http-add-on#104