chore: Update helm chart name#2969
Conversation
Signed-off-by: Felix Wang <[email protected]>
Signed-off-by: Felix Wang <[email protected]>
Signed-off-by: Felix Wang <[email protected]>
Signed-off-by: Felix Wang <[email protected]>
Signed-off-by: Felix Wang <[email protected]>
Signed-off-by: Felix Wang <[email protected]>
| RUN apt update && \ | ||
| apt install -y jq |
There was a problem hiding this comment.
yes good call
| name: {{ include "feast-python-server.name" . }} | ||
| labels: | ||
| {{- include "feast-python-server.labels" . | nindent 4 }} |
Signed-off-by: Felix Wang <[email protected]>
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.
|
|
[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 <[email protected]> * Switch example to Python 3.8 Signed-off-by: Felix Wang <[email protected]> * Update helm chart docs Signed-off-by: Felix Wang <[email protected]> * Change name Signed-off-by: Felix Wang <[email protected]> * Change references Signed-off-by: Felix Wang <[email protected]> * Change another reference Signed-off-by: Felix Wang <[email protected]> * Add arrow C++ library to example Dockerfile Signed-off-by: Felix Wang <[email protected]>
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 #