File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v1
22description : A Helm chart to install Feast on kubernetes
33name : feast
4- version : 0.3.0-alpha.1
4+ version : 0.3.0
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ helm repo update
3939Install Feast release with minimal features, without batch serving and persistency:
4040``` bash
4141RELEASE_NAME=demo
42- helm install feast-charts/feast --name $RELEASE_NAME --version 0.3.0-alpha.1 -f values-demo.yaml
42+ helm install feast-charts/feast --name $RELEASE_NAME --version 0.3.0 -f values-demo.yaml
4343```
4444
4545Install Feast release for typical use cases, with batch and online serving:
@@ -60,7 +60,7 @@ PROJECT_ID=google-cloud-project-id
6060DATASET_ID=bigquery-dataset-id
6161
6262# Install the Helm release using default values.yaml
63- helm install feast-charts/feast --name feast --version 0.3.0-alpha.1 \
63+ helm install feast-charts/feast --name feast --version 0.3.0 \
6464 --set feast-serving-batch." application\.yaml" .feast.jobs.staging-location=$STAGING_LOCATION \
6565 --set feast-serving-batch." store\.yaml" .bigquery_config.project_id=$PROJECT_ID \
6666 --set feast-serving-batch." store\.yaml" .bigquery_config.dataset_id=$DATASET_ID
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : A Helm chart for core component of Feast
33name : feast-core
4- version : 0.3.0-alpha.1
4+ version : 0.3.0
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ replicaCount: 1
4242# image configures the Docker image for Feast Core
4343image :
4444 repository : gcr.io/kf-feast/feast-core
45- tag : 0.3.0-alpha.1
45+ tag : 0.3.0
4646 pullPolicy : IfNotPresent
4747
4848# application.yaml is the main configuration for Feast Core application.
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : A Helm chart for serving component of Feast
33name : feast-serving
4- version : 0.3.0-alpha.1
4+ version : 0.3.0
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ replicaCount: 1
2929# image configures the Docker image for Feast Serving
3030image :
3131 repository : gcr.io/kf-feast/feast-serving
32- tag : 0.3.0-alpha.1
32+ tag : 0.3.0
3333 pullPolicy : IfNotPresent
3434
3535# application.yaml is the main configuration for Feast Serving application.
Original file line number Diff line number Diff line change 11dependencies:
22- name: feast-core
33 repository: ""
4- version: 0.3.0-alpha.1
4+ version: 0.3.0
55- name: feast-serving
66 repository: ""
7- version: 0.3.0-alpha.1
7+ version: 0.3.0
88- name: feast-serving
99 repository: ""
10- version: 0.3.0-alpha.1
11- digest: sha256:98e5dbbc48287626aeef6aa550b81c1494fe2206af92e2d532134e9e30fb97d8
12- generated: "2019-11-05T12:09:26.710407597 +08:00"
10+ version: 0.3.0
11+ digest: sha256:36d703bde61d079ca80738e820840f28d6dd8408b296942d5a3e4767d12378f7
12+ generated: "2019-11-18T11:26:02.622058 +08:00"
Original file line number Diff line number Diff line change 11dependencies :
22- name : feast-core
3- version : 0.3.0-alpha.1
3+ version : 0.3.0
44 condition : feast-core.enabled
55- name : feast-serving
66 alias : feast-serving-batch
7- version : 0.3.0-alpha.1
7+ version : 0.3.0
88 condition : feast-serving-batch.enabled
99- name : feast-serving
1010 alias : feast-serving-online
11- version : 0.3.0-alpha.1
11+ version : 0.3.0
1212 condition : feast-serving-online.enabled
You can’t perform that action at this time.
0 commit comments