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.
yes good call
| name: {{ include "feast-python-server.name" . }} | ||
| labels: | ||
| {{- include "feast-python-server.labels" . | nindent 4 }} |
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.
|
|
[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 #