-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: Update helm chart name #2969
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
chore: Update helm chart name #2969
Conversation
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
| RUN apt update && \ | ||
| apt install -y jq |
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.
Need to install arrow here?
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.
yes good call
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.
added
| name: {{ include "feast-python-server.name" . }} | ||
| labels: | ||
| {{- include "feast-python-server.labels" . | nindent 4 }} |
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.
Do these names need to change?
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.
yup fixed
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #2969 +/- ##
==========================================
- Coverage 77.65% 77.61% -0.05%
==========================================
Files 186 186
Lines 16354 16354
==========================================
- Hits 12700 12693 -7
- Misses 3654 3661 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
achals
left a comment
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: achals, felixwang9817 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Rename feast-python-server helm chart to feast-feature-server Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Switch example to Python 3.8 Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Update helm chart docs Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Change name Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Change references Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Change another reference Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Add arrow C++ library to example Dockerfile Signed-off-by: Felix Wang <wangfelix98@gmail.com>
What this PR does / why we need it: Note that I did not remove the existing
feast-python-serverhelm chart. Instead, I simply made a newfeast-feature-serverhelm chart that copiesfeast-python-server.Which issue(s) this PR fixes:
Fixes #